Uses of Class
org.ojalgo.structure.Structure2D.RowColumnKey
-
Packages that use Structure2D.RowColumnKey Package Description org.ojalgo.structure -
-
Uses of Structure2D.RowColumnKey in org.ojalgo.structure
Methods in org.ojalgo.structure that return Structure2D.RowColumnKey Modifier and Type Method Description static <R,C>
Structure2D.RowColumnKey<R,C>Structure2D.RowColumnKey. of(R row, C col)
Structure2D.RowColumnKey<R,C>
Structure2D.RowColumnMapper. toKey(long index)
Methods in org.ojalgo.structure with parameters of type Structure2D.RowColumnKey Modifier and Type Method Description long
Structure2D.RowColumnMapper. toIndex(Structure2D.RowColumnKey<R,C> key)
-