#include <ALinearOpOld.hpp>
◆ ALinearOpOld() [1/2]
◆ ALinearOpOld() [2/2]
◆ ~ALinearOpOld()
ALinearOpOld::~ALinearOpOld |
( |
| ) |
|
|
virtual |
◆ evalDirect()
Evaluate the product: 'outv' = Q * 'inv'
- Parameters
-
[in] | inv | Array of input values |
[out] | outv | Array of output values |
◆ evalInverse()
Evaluate the product: 'outv' = Q^{-1} * 'inv' by Conjugate Gradient
- Parameters
-
[in] | inv | Array of input values |
[out] | outv | Array of output values |
◆ getLogStats()
const LogStats& ALinearOpOld::getLogStats |
( |
| ) |
const |
|
inline |
◆ getSize()
virtual int ALinearOpOld::getSize |
( |
| ) |
const |
|
pure virtual |
◆ mustShowStats()
void ALinearOpOld::mustShowStats |
( |
bool |
status | ) |
|
|
inline |
◆ operator=()
◆ setX0()
The documentation for this class was generated from the following files: