Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
eigendecomposition.hpp File Reference

Go to the source code of this file.

Classes

struct  eigendecomposition_impl< MatrixType >
 
struct  eigendecomposition_impl< DenseMatrix >
 
struct  eigendecomposition_impl< SparseWeightMatrix >
 

Namespaces

 tapkee
 
 tapkee::tapkee_internal
 

Functions

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)