ai.dragonfly.math.matrix.decomposition
Members list
Concise view
Type members
Classlikes
object Cholesky
Attributes
- Companion:
- class
- Source:
- Cholesky.scala
- Graph
- Supertypes
- Self type
- Cholesky.type
Attributes
- Companion:
- object
- Source:
- Cholesky.scala
- Graph
- Supertypes
object Eigen
Attributes
- Companion:
- class
- Source:
- Eigen.scala
- Graph
- Supertypes
- Self type
- Eigen.type
Check for symmetry, then construct the eigenvalue decomposition Structure to access D and V.
Check for symmetry, then construct the eigenvalue decomposition Structure to access D and V.
Attributes
- Arg
Square matrix
- Companion:
- object
- Source:
- Eigen.scala
- Graph
- Supertypes
object LU
object QR
QR Decomposition, computed by Householder reflections. Structure to access R and the Householder vectors and compute Q.
object SV