Class SuperLU.DNformat
- java.lang.Object
-
- gov.nih.mipav.model.structures.jama.SuperLU.DNformat
-
- Enclosing class:
- SuperLU
public class SuperLU.DNformat extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
lda
double[]
nzval
SuperLU.doublecomplex[]
nzvaldc
-
Constructor Summary
Constructors Constructor Description DNformat()
-
-
-
Field Detail
-
lda
public int lda
-
nzval
public double[] nzval
-
nzvaldc
public SuperLU.doublecomplex[] nzvaldc
-
-