ai.dragonfly.math.matrix.decomposition.Eigen
See theEigen companion object 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
Members list
Concise view
Value members
Return the imaginary parts of the eigenvalues
Return the imaginary parts of the eigenvalues
Attributes
- Returns:
imag(diag(D))
- Source:
- Eigen.scala
Return the real parts of the eigenvalues
Return the real parts of the eigenvalues
Attributes
- Returns:
real(diag(D))
- Source:
- Eigen.scala
Return the block diagonal eigenvalue matrix
Return the block diagonal eigenvalue matrix
Attributes
- Returns:
Λ
- Source:
- Eigen.scala