STK++ 0.9.13
|
In this file we define a template version of the conjugate gradient. More...
#include <Sdk.h>
Go to the source code of this file.
Classes | |
struct | STK::DefaultFunctor< ColVector > |
class | STK::CG< MultFunctor, ColVector, InitFunctor > |
The conjugate gradient method is an algorithm for the numerical solution of particular systems of linear equations, namely those whose matrix is symmetric and positive-definite. More... | |
class | STK::PCG< MultFunctor, CondFunctor, ColVector, InitFunctor > |
In most cases, preconditioning is necessary to ensure fast convergence of the conjugate gradient method. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
In this file we define a template version of the conjugate gradient.
Definition in file STK_CG.h.