#include <CGParam.hpp>
CGParam::CGParam |
( |
int |
nitermax = 1000 , |
|
|
double |
eps = EPSILON8 |
|
) |
| |
CGParam::CGParam |
( |
const CGParam & |
m | ) |
|
double CGParam::getEps |
( |
| ) |
const |
|
inline |
int CGParam::getNIterMax |
( |
| ) |
const |
|
inline |
const ALinearOp* CGParam::getPrecond |
( |
| ) |
const |
|
inline |
int CGParam::getPrecondStatus |
( |
| ) |
const |
|
inline |
double CGParam::getX0 |
( |
int |
i | ) |
const |
|
inline |
void CGParam::setEps |
( |
double |
eps | ) |
|
|
inline |
void CGParam::setNIterMax |
( |
int |
nIterMax | ) |
|
|
inline |
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
|
void CGParam::setPrecondStatus |
( |
int |
precondStatus | ) |
|
|
inline |
The documentation for this class was generated from the following files: