Tapkee
generalized_eigendecomposition_impl< LMatrixType, RMatrixType > Struct Template Reference

#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)
 

Detailed Description

template<typename LMatrixType, typename RMatrixType>
struct tapkee::tapkee_internal::generalized_eigendecomposition_impl< LMatrixType, RMatrixType >

Definition at line 80 of file generalized_eigendecomposition.hpp.

Member Function Documentation

◆ arpack()

EigendecompositionResult arpack ( const LMatrixType &  lhs,
const RMatrixType &  rhs,
const ComputationStrategy strategy,
const EigendecompositionStrategy eigen_strategy,
IndexType  target_dimension 
)

◆ dense()

EigendecompositionResult dense ( const LMatrixType &  lhs,
const RMatrixType &  rhs,
const ComputationStrategy strategy,
const EigendecompositionStrategy eigen_strategy,
IndexType  target_dimension 
)

The documentation for this struct was generated from the following file: