|
Tapkee
|
#include <generalized_eigendecomposition.hpp>
Public Member Functions | |
| EigendecompositionResult | arpack (const LMatrixType &lhs, const RMatrixType &rhs, const ComputationStrategy &strategy, const EigendecompositionStrategy &eigen_strategy, IndexType target_dimension) |
| EigendecompositionResult | dense (const LMatrixType &lhs, const RMatrixType &rhs, const ComputationStrategy &strategy, const EigendecompositionStrategy &eigen_strategy, IndexType target_dimension) |
Definition at line 80 of file generalized_eigendecomposition.hpp.
| EigendecompositionResult arpack | ( | const LMatrixType & | lhs, |
| const RMatrixType & | rhs, | ||
| const ComputationStrategy & | strategy, | ||
| const EigendecompositionStrategy & | eigen_strategy, | ||
| IndexType | target_dimension | ||
| ) |
| EigendecompositionResult dense | ( | const LMatrixType & | lhs, |
| const RMatrixType & | rhs, | ||
| const ComputationStrategy & | strategy, | ||
| const EigendecompositionStrategy & | eigen_strategy, | ||
| IndexType | target_dimension | ||
| ) |