#include <ALinearOp.hpp>
◆ ALinearOp() [1/2]
◆ ALinearOp() [2/2]
◆ ~ALinearOp()
ALinearOp::~ALinearOp |
( |
| ) |
|
|
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 |
Reimplemented in Cholesky, and Identity.
◆ getLogStats()
const LogStats& ALinearOp::getLogStats |
( |
| ) |
const |
|
inline |
◆ getSize()
virtual int ALinearOp::getSize |
( |
| ) |
const |
|
pure virtual |
◆ mustShowStats()
void ALinearOp::mustShowStats |
( |
bool |
status | ) |
|
|
inline |
◆ operator=()
◆ setX0()
The documentation for this class was generated from the following files: