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

Go to the source code of this file.

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 , class MatrixOperationType >
EigendecompositionResult eigendecomposition (EigenMethod method, const MatrixType &m, IndexType target_dimension, unsigned int skip)