Decompose(ComplexMatrix, Boolean, ComplexMatrix) | Computes eigenvalues and eigenvectors of the specified Hermitian complex matrix. |
Decompose(DoubleMatrix, Boolean, DoubleMatrix) | Computes eigenvalues and eigenvectors of the specified symmetric real matrix. |
Decompose(ReadOnlyComplexMatrix, Boolean, ComplexMatrix) | Computes eigenvalues and eigenvectors of the specified Hermitian complex matrix. |
Decompose(ReadOnlyDoubleMatrix, Boolean, DoubleMatrix) | Computes eigenvalues and eigenvectors of the specified symmetric real matrix. |