Class SuperLU.SuperMatrix
- java.lang.Object
-
- gov.nih.mipav.model.structures.jama.SuperLU.SuperMatrix
-
- Enclosing class:
- SuperLU
public class SuperLU.SuperMatrix extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SuperLU.Dtype_t
Dtype
(package private) SuperLU.Mtype_t
Mtype
int
ncol
int
nrow
SuperLU.DNformat
StoreDN
SuperLU.NCformat
StoreNC
(package private) SuperLU.NCPformat
StoreNCP
(package private) SuperLU.NRformat
StoreNR
SuperLU.SCformat
StoreSC
(package private) SuperLU.Stype_t
Stype
-
Constructor Summary
Constructors Constructor Description SuperMatrix()
-
-
-
Field Detail
-
Stype
SuperLU.Stype_t Stype
-
Dtype
SuperLU.Dtype_t Dtype
-
Mtype
SuperLU.Mtype_t Mtype
-
nrow
public int nrow
-
ncol
public int ncol
-
StoreNC
public SuperLU.NCformat StoreNC
-
StoreNR
SuperLU.NRformat StoreNR
-
StoreDN
public SuperLU.DNformat StoreDN
-
StoreSC
public SuperLU.SCformat StoreSC
-
StoreNCP
SuperLU.NCPformat StoreNCP
-
-