#include <ProdMatVect.hpp>
Public Member Functions | |
ProdMatVect (int nx, int ny, double *A) | |
virtual | ~ProdMatVect () |
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 () |
virtual void | evalInverse (const VectorDouble &inv, VectorDouble &outv) const |
void | evalDirect (const VectorDouble &inv, VectorDouble &outv) const |
void | setX0 (const VectorDouble &x0) |
void | mustShowStats (bool status) |
const LogStats & | getLogStats () const |
ProdMatVect::ProdMatVect | ( | int | nx, |
int | ny, | ||
double * | A | ||
) |
|
virtual |
|
inlineoverridevirtual |
Implements ALinearOp.