ai.dragonfly.math.matrix.decomposition
Members list
Type members
Classlikes
object Cholesky
Attributes
- Companion
- class
- Source
- Cholesky.scala
- Supertypes
- Self type
-
Cholesky.type
Attributes
- Companion
- object
- Source
- Cholesky.scala
- Supertypes
object Eigen
Attributes
- Companion
- class
- Source
- Eigen.scala
- 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.
Value parameters
- Arg
-
Square matrix
Attributes
- Companion
- object
- Source
- Eigen.scala
- Supertypes
object LU
object QR
QR Decomposition, computed by Householder reflections. Structure to access R and the Householder vectors and compute Q.
object SV
In this article