10 #ifndef DIRECT_EIGEN_SOLVER_H_ 11 #define DIRECT_EIGEN_SOLVER_H_ 13 #include <shogun/lib/config.h> 50 return "DirectEigenSolver";
56 #endif // DIRECT_EIGEN_SOLVER_H_
virtual ~CDirectEigenSolver()
Class that computes eigenvalues of a real valued, self-adjoint dense matrix linear operator using Eig...
Class that represents a dense-matrix linear operator. It computes matrix-vector product in its apply...
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
virtual const char * get_name() const