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 , class MatrixOperationType > |
EigendecompositionResult | generalized_eigendecomposition (EigenMethod method, const LMatrixType &lhs, const RMatrixType &rhs, IndexType target_dimension, unsigned int skip) |
|