TBCI Numerical high perf. C++ Library 2.8.0
SCformat Struct Reference

#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

Detailed Description

Definition at line 85 of file supermatrix.h.

Member Data Documentation

◆ col_to_sup

int* SCformat::col_to_sup

Definition at line 93 of file supermatrix.h.

◆ nnz

int SCformat::nnz

Definition at line 86 of file supermatrix.h.

◆ nsuper

int SCformat::nsuper

Definition at line 87 of file supermatrix.h.

◆ nzval

void* SCformat::nzval

Definition at line 88 of file supermatrix.h.

◆ nzval_colptr

int* SCformat::nzval_colptr

Definition at line 89 of file supermatrix.h.

◆ rowind

int* SCformat::rowind

Definition at line 90 of file supermatrix.h.

◆ rowind_colptr

int* SCformat::rowind_colptr

Definition at line 92 of file supermatrix.h.

◆ sup_to_col

int* SCformat::sup_to_col

Definition at line 95 of file supermatrix.h.


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