Go to the source code of this file.
|
| template<class MatrixType , class MatrixOperationType > |
| EigendecompositionResult | eigendecomposition_impl_arpack (const MatrixType &wm, IndexType target_dimension, unsigned int skip) |
| |
| template<class MatrixType , class MatrixOperationType > |
| EigendecompositionResult | eigendecomposition_impl_dense (const MatrixType &wm, IndexType target_dimension, unsigned int skip) |
| |
| template<class MatrixType , class MatrixOperationType > |
| EigendecompositionResult | eigendecomposition_impl_randomized (const MatrixType &wm, IndexType target_dimension, unsigned int skip) |
| |
| template<class MatrixType , class MatrixOperationType > |
| EigendecompositionResult | eigendecomposition (EigenMethod method, const MatrixType &m, IndexType target_dimension, unsigned int skip) |
| |