Uses of Class
org.ojalgo.structure.Structure1D.LongIndex
-
Packages that use Structure1D.LongIndex Package Description org.ojalgo.structure -
-
Uses of Structure1D.LongIndex in org.ojalgo.structure
Fields in org.ojalgo.structure declared as Structure1D.LongIndex Modifier and Type Field Description private Structure1D.LongIndex
Structure2D.LongRowColumn. myColumn
private Structure1D.LongIndex
Structure2D.LongRowColumn. myRow
Methods in org.ojalgo.structure that return Structure1D.LongIndex Modifier and Type Method Description Structure1D.LongIndex
Structure2D.LongRowColumn. column()
static Structure1D.LongIndex
Structure1D.LongIndex. of(long index)
Structure1D.LongIndex
Structure2D.LongRowColumn. row()
Methods in org.ojalgo.structure with parameters of type Structure1D.LongIndex Modifier and Type Method Description int
Structure1D.LongIndex. compareTo(Structure1D.LongIndex ref)
Constructors in org.ojalgo.structure with parameters of type Structure1D.LongIndex Constructor Description LongRowColumn(Structure1D.LongIndex aRow, Structure1D.LongIndex aCol)
-