#include <slu.h>
Public Attributes | |
Vmem * | vmem |
the memory manager | |
int | iMadeVmem |
did i make vmem or was it inherited | |
int | statLU |
status of the factors | |
int | skey |
storage format (0=row-wise YSMP, 1=col-wise YSMP) | |
int | m |
number of rows | |
int | n |
number of cols | |
int | nnz |
number of nonzeros | |
int * | ia |
row-start (skey=0) or col-start (skey=1) in < j a >& < a > | |
int * | ja |
col indices (skey=0) or row-indices (skey=1) for < a > | |
double * | a |
the nonzeros in the matrix | |
void * | work |
solver-dependent structure for factor work area |