TBCI Numerical high perf. C++ Library 2.8.0
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

Dtype_t SuperMatrix::Dtype

Definition at line 46 of file supermatrix.h.

◆ Mtype

Mtype_t SuperMatrix::Mtype

Definition at line 47 of file supermatrix.h.

◆ ncol

int SuperMatrix::ncol

Definition at line 50 of file supermatrix.h.

◆ nrow

int SuperMatrix::nrow

Definition at line 49 of file supermatrix.h.

◆ Store

void* SuperMatrix::Store

Definition at line 51 of file supermatrix.h.

◆ Stype

Stype_t SuperMatrix::Stype

Definition at line 44 of file supermatrix.h.


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