|
ergo
|
Public Member Functions | |
| FullMatrixWrapper (const Dft::FullMatrix &m) | |
| virtual ergo_real | at (int row, int col) const |
| virtual bool | isSparse () const |
| virtual const Dft::SparseMatrix * | asSparse () const |
| virtual const ergo_real * | asFull () const |
| Public Member Functions inherited from Dft::Matrix | |
| virtual | ~Matrix () |
Private Attributes | |
| const Dft::FullMatrix & | matrix |
|
inlineexplicit |
References matrix.
|
inlinevirtual |
Implements Dft::Matrix.
References matrix.
|
inlinevirtual |
Implements Dft::Matrix.
|
inlinevirtual |
Implements Dft::Matrix.
References matrix.
|
inlinevirtual |
Implements Dft::Matrix.
|
private |
Referenced by asFull(), at(), and FullMatrixWrapper().