|
Givaro
|
#include <givmatstoragesparse.h>
Collaboration diagram for RetMatrixStorage< T, Sparse >::Storage_t:Public Member Functions | |
| void | allocate (size_t rsz, size_t csz) |
| void | reallocate (size_t rsz, size_t csz) |
| Storage_t & | copy (const Storage_t &V) |
| Storage_t & | operator= (const Storage_t &V) |
| Storage_t () | |
| Storage_t (Indice_t nrow, Indice_t ncol) | |
| Storage_t (const Storage_t &s) | |
Data Fields | |
| Indice_t | _nrow |
| Indice_t | _ncol |
| Array0< Indice_t > | _rows |
| Array0< Indice_t > | _index |
| Array0< T > | _data |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Indice_t _nrow |
| Indice_t _ncol |
| Array0<T> _data |
1.8.1.1