Tapkee
generalized_eigendecomposition.hpp File Reference

Go to the source code of this file.

Classes

struct  generalized_eigendecomposition_impl< LMatrixType, RMatrixType >
 
struct  generalized_eigendecomposition_impl< SparseWeightMatrix, DenseDiagonalMatrix >
 
struct  generalized_eigendecomposition_impl< DenseMatrix, DenseMatrix >
 

Namespaces

 tapkee
 
 tapkee::tapkee_internal
 

Functions

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)