Go to the source code of this file.
|
template<class LMatrixType , class RMatrixType , class MatrixOperationType > |
EigendecompositionResult | generalized_eigendecomposition_impl_arpack (const LMatrixType &lhs, const RMatrixType &rhs, IndexType target_dimension, unsigned int skip) |
|
template<class LMatrixType , class RMatrixType , class MatrixOperationType > |
EigendecompositionResult | generalized_eigendecomposition_impl_dense (const LMatrixType &lhs, const RMatrixType &rhs, IndexType target_dimension, unsigned int skip) |
|
template<class LMatrixType , class RMatrixType > |
EigendecompositionResult | generalized_eigendecomposition (const EigenMethod &method, const ComputationStrategy &strategy, const EigendecompositionStrategy &eigen_strategy, const LMatrixType &lhs, const RMatrixType &rhs, IndexType target_dimension) |
|