Class SuperLU.NRformat
- java.lang.Object
-
- gov.nih.mipav.model.structures.jama.SuperLU.NRformat
-
- Enclosing class:
- SuperLU
class SuperLU.NRformat extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NRformat()
-
-
-
Field Detail
-
nnz
int nnz
-
nzval
double[] nzval
-
nzvaldc
SuperLU.doublecomplex[] nzvaldc
-
colind
int[] colind
-
rowptr
int[] rowptr
-
-