Class SuperLU.NCformat
- java.lang.Object
-
- gov.nih.mipav.model.structures.jama.SuperLU.NCformat
-
- Enclosing class:
- SuperLU
public class SuperLU.NCformat extends java.lang.Object
The storage schemes are defined as follows. *
-
-
Constructor Summary
Constructors Constructor Description NCformat()
-
-
-
Field Detail
-
nnz
public int nnz
-
nzval
public double[] nzval
-
nzvaldc
SuperLU.doublecomplex[] nzvaldc
-
rowind
public int[] rowind
-
colptr
public int[] colptr
-
-