TBCI Numerical high perf. C++ Library  2.8.0
Public Attributes | List of all members
SuperMatrix Struct Reference

#include <supermatrix.h>

Public Attributes

Stype_t Stype
 
Dtype_t Dtype
 
Mtype_t Mtype
 
int nrow
 
int ncol
 
void * Store
 

Detailed Description

Definition at line 43 of file supermatrix.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: