SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
SCformat Struct Reference

#include <supermatrix.h>

Public Attributes

int_t nnz
 
int_t nsuper
 
void * nzval
 
int_tnzval_colptr
 
int_trowind
 
int_trowind_colptr
 
int_tcol_to_sup
 
int_tsup_to_col
 

Member Data Documentation

◆ col_to_sup

int_t * SCformat::col_to_sup

◆ nnz

int_t SCformat::nnz

◆ nsuper

int_t SCformat::nsuper

◆ nzval

void * SCformat::nzval

◆ nzval_colptr

int_t * SCformat::nzval_colptr

◆ rowind

int_t * SCformat::rowind

◆ rowind_colptr

int_t * SCformat::rowind_colptr

◆ sup_to_col

int_t * SCformat::sup_to_col

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