|
gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
#include <MatrixSparse.hpp>
Public Member Functions | |
| MatrixSparse (int nrow=0, int ncol=0) | |
| MatrixSparse (const MatrixSparse &m) | |
| MatrixSparse & | operator= (const MatrixSparse &m) |
| virtual | ~MatrixSparse () |
| IMPLEMENT_CLONING (MatrixSparse) | |
| ICloneable interface. More... | |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| AStringable Interface. More... | |
Public Member Functions inherited from AStringable | |
| AStringable () | |
| AStringable (const AStringable &r) | |
| AStringable & | operator= (const AStringable &r) |
| virtual | ~AStringable () |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| virtual void | display (int level) const final |
Public Member Functions inherited from ICloneable | |
| ICloneable () | |
| virtual | ~ICloneable () |
| virtual ICloneable * | clone () const =0 |
Private Attributes | |
| cs * | _cs |
MatrixSparse wrapper
| MatrixSparse::MatrixSparse | ( | int | nrow = 0, |
| int | ncol = 0 |
||
| ) |
| MatrixSparse::MatrixSparse | ( | const MatrixSparse & | m | ) |
|
virtual |
| MatrixSparse::IMPLEMENT_CLONING | ( | MatrixSparse | ) |
ICloneable interface.
| MatrixSparse & MatrixSparse::operator= | ( | const MatrixSparse & | m | ) |
|
overridevirtual |
AStringable Interface.
Reimplemented from AStringable.
|
private |