eigenvalues
- EigenvalueType!ElementT[] eigenvalues(MatrixView!(ElementT, stor, tri) m)
- ComplexT[] eigenvalues(MatrixView!(ElementT, stor, tri) m, ComplexT[] buffer)
- T[] eigenvalues(MatrixView!(T, stor, tri) m, T[] buffer)
- T[] eigenvalues(MatrixView!(T, stor, tri) m, T[] buffer)
- m MatrixView!(T, stor, tri)
- buffer T[]
scid linalg
classesfunctionstemplates
Calculate the eigenvalues of a triangular matrix. Note that this is a trivial operation - the function just returns the diagonal entries of the matrix.