|
gstlearn
1.0.0
CCC
|
#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 |
Protected Member Functions | |
| void | _evalDirect (const VectorDouble &inv, VectorDouble &outv) const override |
Private Attributes | |
| int | _nx |
| int | _ny |
| double * | _A |
Additional Inherited Members | |
Protected Attributes inherited from ALinearOp | |
| LogStats | _logStats |
| ProdMatVect::ProdMatVect | ( | int | nx, |
| int | ny, | ||
| double * | A | ||
| ) |
|
virtual |
|
overrideprotectedvirtual |
Implements ALinearOp.
|
inlineoverridevirtual |
Implements ALinearOp.
|
private |
|
private |
|
private |