#include <CGParam.hpp>
◆ CGParam() [1/2]
CGParam::CGParam |
( |
int |
nitermax = 1000 , |
|
|
double |
eps = EPSILON8 |
|
) |
| |
◆ CGParam() [2/2]
CGParam::CGParam |
( |
const CGParam & |
m | ) |
|
◆ ~CGParam()
◆ getEps()
double CGParam::getEps |
( |
| ) |
const |
|
inline |
◆ getNIterMax()
int CGParam::getNIterMax |
( |
| ) |
const |
|
inline |
◆ getPrecond()
const ALinearOp* CGParam::getPrecond |
( |
| ) |
const |
|
inline |
◆ getPrecondStatus()
int CGParam::getPrecondStatus |
( |
| ) |
const |
|
inline |
◆ getX0() [1/2]
◆ getX0() [2/2]
double CGParam::getX0 |
( |
int |
i | ) |
const |
|
inline |
◆ operator=()
◆ setEps()
void CGParam::setEps |
( |
double |
eps | ) |
|
|
inline |
◆ setNIterMax()
void CGParam::setNIterMax |
( |
int |
nIterMax | ) |
|
|
inline |
◆ setPrecond()
void CGParam::setPrecond |
( |
const ALinearOp * |
precond, |
|
|
int |
status |
|
) |
| |
Define the Pre-Conditioner facility
- Parameters
-
[in] | precond | Pointer to a ALinearOp operator |
[in] | status | Status of this Pre-conditioner
- 0 : not defined and therefore not used
- -1 : Pre-conditioner is the Q_{-1}
- 1 : Pre-conditioner is the Q
|
◆ setPrecondStatus()
void CGParam::setPrecondStatus |
( |
int |
precondStatus | ) |
|
|
inline |
◆ setX0()
The documentation for this class was generated from the following files: