OpenMEEG
|
#include <linop.h>
Public Types | |
enum | StorageType { FULL , SYMMETRIC , BLOCK , BLOCK_SYMMETRIC , SPARSE } |
typedef maths::MathsIO * | IO |
Public Member Functions | |
LinOpInfo () | |
LinOpInfo (const Dimension m, const Dimension n, const StorageType st, const unsigned d) | |
virtual | ~LinOpInfo () |
Dimension | nlin () const |
Dimension & | nlin () |
virtual Dimension | ncol () const |
Dimension & | ncol () |
StorageType | storageType () const |
StorageType & | storageType () |
unsigned | dimension () const |
unsigned & | dimension () |
IO & | default_io () |
Protected Attributes | |
Dimension | num_lines |
Dimension | num_cols |
StorageType | storage |
unsigned | dim |
IO | DefaultIO = nullptr |
typedef maths::MathsIO* OpenMEEG::LinOpInfo::IO |
Reimplemented in OpenMEEG::SymMatrix.
|
inline |
|
inline |
|
protected |