#include <Identity.hpp>
Public Member Functions | |
Identity (int n) | |
virtual | ~Identity () |
void | evalInverse (const VectorDouble &inv, VectorDouble &outv) const override |
int | getSize () const override |
Public Member Functions inherited from ALinearOp | |
ALinearOp (const CGParam params=CGParam()) | |
ALinearOp (const ALinearOp &m) | |
ALinearOp & | operator= (const ALinearOp &m) |
virtual | ~ALinearOp () |
void | evalDirect (const VectorDouble &inv, VectorDouble &outv) const |
void | setX0 (const VectorDouble &x0) |
void | mustShowStats (bool status) |
const LogStats & | getLogStats () const |
Identity::Identity | ( | int | n | ) |
|
virtual |
|
overridevirtual |
|
inlineoverridevirtual |
Implements ALinearOp.