Class SuperLU.complexDataRowColItem
- java.lang.Object
-
- gov.nih.mipav.model.structures.jama.SuperLU.complexDataRowColItem
-
- Enclosing class:
- SuperLU
private class SuperLU.complexDataRowColItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intcolprivate SuperLU.doublecomplexdataprivate introw
-
Constructor Summary
Constructors Constructor Description complexDataRowColItem(SuperLU.doublecomplex data, int row, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCol()SuperLU.doublecomplexgetData()intgetRow()
-
-
-
Field Detail
-
data
private SuperLU.doublecomplex data
-
row
private int row
-
col
private int col
-
-
Constructor Detail
-
complexDataRowColItem
public complexDataRowColItem(SuperLU.doublecomplex data, int row, int col)
-
-
Method Detail
-
getData
public SuperLU.doublecomplex getData()
-
getRow
public int getRow()
-
getCol
public int getCol()
-
-