10 #ifndef EIGEN_SOLVER_H_ 11 #define EIGEN_SOLVER_H_ 13 #include <shogun/lib/config.h> 118 "Minimum eigenvalue of a real valued self-adjoint linear operator",
122 "Maximum eigenvalue of a real valued self-adjoint linear operator",
126 "Self-adjoint linear operator",
130 "Flag denoting that the minimum eigenvalue has already been computed",
134 "Flag denoting that the maximum eigenvalue has already been computed",
142 #endif // EIGEN_SOLVER_H_
const float64_t get_max_eigenvalue() const
float64_t m_min_eigenvalue
float64_t m_max_eigenvalue
void set_min_eigenvalue(float64_t min_eigenvalue)
virtual const char * get_name() const
Class SGObject is the base class of all shogun objects.
void set_max_eigenvalue(float64_t max_eigenvalue)
Abstract base class that provides an abstract compute method for computing eigenvalues of a real valu...
all of classes and functions are contained in the shogun namespace
const float64_t get_min_eigenvalue() const
CEigenSolver(CLinearOperator< float64_t > *linear_operator)
CLinearOperator< float64_t > * m_linear_operator