|
TBCI Numerical high perf. C++ Library
2.8.0
|
#include <supermatrix.h>
Public Attributes | |
| int | nnz |
| int | nsuper |
| void * | nzval |
| int * | nzval_colptr |
| int * | rowind |
| int * | rowind_colptr |
| int * | col_to_sup |
| int * | sup_to_col |
Definition at line 85 of file supermatrix.h.
| int* SCformat::col_to_sup |
Definition at line 93 of file supermatrix.h.
| int SCformat::nnz |
Definition at line 86 of file supermatrix.h.
| int SCformat::nsuper |
Definition at line 87 of file supermatrix.h.
| void* SCformat::nzval |
Definition at line 88 of file supermatrix.h.
| int* SCformat::nzval_colptr |
Definition at line 89 of file supermatrix.h.
| int* SCformat::rowind |
Definition at line 90 of file supermatrix.h.
| int* SCformat::rowind_colptr |
Definition at line 92 of file supermatrix.h.
| int* SCformat::sup_to_col |
Definition at line 95 of file supermatrix.h.
1.8.5