Class SuperLU.SuperMatrix
java.lang.Object
gov.nih.mipav.model.structures.jama.SuperLU.SuperMatrix
- Enclosing class:
SuperLU
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) SuperLU.Dtype_t(package private) SuperLU.Mtype_tintint(package private) SuperLU.NCPformat(package private) SuperLU.NRformat(package private) SuperLU.Stype_t -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Stype
SuperLU.Stype_t Stype -
Dtype
SuperLU.Dtype_t Dtype -
Mtype
SuperLU.Mtype_t Mtype -
nrow
public int nrow -
ncol
public int ncol -
StoreNC
-
StoreNR
SuperLU.NRformat StoreNR -
StoreDN
-
StoreSC
-
StoreNCP
SuperLU.NCPformat StoreNCP
-
-
Constructor Details
-
SuperMatrix
public SuperMatrix()
-