SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
singleton | SGVector< T > |
shogun vector More... | |
singleton | CLinearOperator< T > |
Abstract template base class that represents a linear operator, e.g. a matrix. More... | |
singleton | CLinearSolver< T, ST > |
Abstract template base class that provides an abstract solve method for linear systems, that takes a linear operator \(A\), a vector \(b\), solves the system \(Ax=b\) and returns the vector \(x\). More... | |