STK++ 0.9.13
STK_CG.h File Reference

In this file we define a template version of the conjugate gradient. More...

#include <Sdk.h>
Include dependency graph for STK_CG.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

In this file we define a template version of the conjugate gradient.

Definition in file STK_CG.h.