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