Click or drag to resize

SpectralDecompositionDecompose Method

Overload List
  NameDescription
Public methodStatic memberDecompose(ComplexMatrix, Boolean, ComplexMatrix)
Computes eigenvalues and eigenvectors of the specified Hermitian complex matrix.
Public methodStatic memberCode exampleDecompose(DoubleMatrix, Boolean, DoubleMatrix)
Computes eigenvalues and eigenvectors of the specified symmetric real matrix.
Public methodStatic memberDecompose(ReadOnlyComplexMatrix, Boolean, ComplexMatrix)
Computes eigenvalues and eigenvectors of the specified Hermitian complex matrix.
Public methodStatic memberCode exampleDecompose(ReadOnlyDoubleMatrix, Boolean, DoubleMatrix)
Computes eigenvalues and eigenvectors of the specified symmetric real matrix.
Top
See Also