#include <Identity.hpp>
◆ Identity()
Identity::Identity |
( |
int |
n | ) |
|
◆ ~Identity()
◆ _evalDirect()
Evaluate the product (by the Identity) : 'outv' = I * 'inv' = 'inv'
- Parameters
-
[in] | inv | Array of input values |
[out] | outv | Array of output values |
Implements ALinearOp.
◆ 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 from ALinearOp.
◆ getSize()
int Identity::getSize |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ _n
The documentation for this class was generated from the following files: