Click or drag to resize

SpectralDecomposition Methods

Methods
  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.
Public methodStatic memberCode exampleGetEigenvalues(ComplexMatrix, Boolean)
Computes the eigenvalues of the specified Hermitian complex matrix.
Public methodStatic memberGetEigenvalues(DoubleMatrix, Boolean)
Computes the eigenvalues of the specified symmetric real matrix.
Public methodStatic memberCode exampleGetEigenvalues(ReadOnlyComplexMatrix, Boolean)
Computes the eigenvalues of the specified Hermitian complex matrix.
Public methodStatic memberGetEigenvalues(ReadOnlyDoubleMatrix, Boolean)
Computes the eigenvalues of the specified symmetric real matrix.
Top
See Also