Package gov.nih.mipav.model.algorithms
Class CeresSolver.CompressedRowBlockStructure
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.CompressedRowBlockStructure
-
- Enclosing class:
- CeresSolver
class CeresSolver.CompressedRowBlockStructure extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Vector<CeresSolver.Block>
cols
java.util.Vector<CeresSolver.CompressedList>
rows
-
Constructor Summary
Constructors Constructor Description CompressedRowBlockStructure()
-
-
-
Field Detail
-
cols
public java.util.Vector<CeresSolver.Block> cols
-
rows
public java.util.Vector<CeresSolver.CompressedList> rows
-
-