#include <ALinearOp.hpp>
ALinearOp::~ALinearOp |
( |
| ) |
|
|
virtual |
Evaluate the product: 'outv' = Q * 'inv'
- Parameters
-
[in] | inv | Array of input values |
[out] | outv | Array of output values |
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.
const LogStats& ALinearOp::getLogStats |
( |
| ) |
const |
|
inline |
virtual int ALinearOp::getSize |
( |
| ) |
const |
|
pure virtual |
void ALinearOp::mustShowStats |
( |
bool |
status | ) |
|
|
inline |
The documentation for this class was generated from the following files: