sSlu Struct Reference
[Slu class]

Contains public data members for Slu class. More...

#include <slu.h>

List of all members.

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


Detailed Description

Contains public data members for Slu class.

Author:
Michael Holst and Stephen Bond

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

Generated on Mon Aug 9 11:13:48 2010 for MC by  doxygen 1.5.6