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 > |
| EigendecompositionResult | eigendecomposition (const EigenMethod &method, const ComputationStrategy &strategy, const EigendecompositionStrategy &eigen_strategy, const MatrixType &m, IndexType target_dimension) |
| |