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.LongIndexStructure2D.LongRowColumn. myColumnprivate Structure1D.LongIndexStructure2D.LongRowColumn. myRowMethods in org.ojalgo.structure that return Structure1D.LongIndex Modifier and Type Method Description Structure1D.LongIndexStructure2D.LongRowColumn. column()static Structure1D.LongIndexStructure1D.LongIndex. of(long index)Structure1D.LongIndexStructure2D.LongRowColumn. row()Methods in org.ojalgo.structure with parameters of type Structure1D.LongIndex Modifier and Type Method Description intStructure1D.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)
-