|
TBCI Numerical high perf. C++ Library
2.8.0
|
#include <supermatrix.h>
Public Attributes | |
| Stype_t | Stype |
| Dtype_t | Dtype |
| Mtype_t | Mtype |
| int | nrow |
| int | ncol |
| void * | Store |
Definition at line 43 of file supermatrix.h.
| Dtype_t SuperMatrix::Dtype |
Definition at line 46 of file supermatrix.h.
| Mtype_t SuperMatrix::Mtype |
Definition at line 47 of file supermatrix.h.
| int SuperMatrix::ncol |
Definition at line 50 of file supermatrix.h.
| int SuperMatrix::nrow |
Definition at line 49 of file supermatrix.h.
| void* SuperMatrix::Store |
Definition at line 51 of file supermatrix.h.
| Stype_t SuperMatrix::Stype |
Definition at line 44 of file supermatrix.h.
1.8.5