C++ main module for emicrom Package  1.0
Classes | Functions
MATH_ConjugateGradient.h File Reference
#include "MATH_Solver.h"
Include dependency graph for MATH_ConjugateGradient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MATH_ConjugateGradient
 This class describes a solver of Ax=b when A is symmetric and positive definite. The implementation is based on the conjugate gradient method. More...
 

Functions

 DEFINE_SPTR (MATH_ConjugateGradient)
 

Function Documentation

◆ DEFINE_SPTR()

DEFINE_SPTR ( MATH_ConjugateGradient  )