10 #ifndef DIRECT_SPARSE_LINEAR_SOLVER_H_
11 #define DIRECT_SPARSE_LINEAR_SOLVER_H_
46 return "DirectSparseLinearSolver";
54 #endif // DIRECT_SPARSE_LINEAR_SOLVER_H_
CDirectSparseLinearSolver()
virtual ~CDirectSparseLinearSolver()
virtual SGVector< float64_t > solve(CLinearOperator< SGVector< float64_t >, SGVector< float64_t > > *A, SGVector< float64_t > b)
virtual const char * get_name() const
Abstract template base class that provides an abstract solve method for linear systems, that takes a linear operator , a vector , solves the system and returns the vector .
all of classes and functions are contained in the shogun namespace
Abstract template base class that represents a linear operator, e.g. a matrix.
Class that provides a solve method for real sparse-matrix linear systems using LLT.