Class SuperLU.dataRowColItem
java.lang.Object
gov.nih.mipav.model.structures.jama.SuperLU.dataRowColItem
- Enclosing class:
SuperLU
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
private double data -
row
private int row -
col
private int col
-
-
Constructor Details
-
dataRowColItem
public dataRowColItem(double data, int row, int col)
-
-
Method Details
-
getData
public double getData() -
getRow
public int getRow() -
getCol
public int getCol()
-