Uses of Class
org.ojalgo.structure.Structure2D.RowColumnKey
Packages that use Structure2D.RowColumnKey
-
Uses of Structure2D.RowColumnKey in org.ojalgo.structure
Methods in org.ojalgo.structure that return Structure2D.RowColumnKeyModifier and TypeMethodDescriptionstatic <R,
C> Structure2D.RowColumnKey <R, C> Structure2D.RowColumnKey.of
(R row, C col) Structure2D.RowColumnMapper.toKey
(long index) Methods in org.ojalgo.structure with parameters of type Structure2D.RowColumnKeyModifier and TypeMethodDescriptionlong
Structure2D.RowColumnMapper.toIndex
(Structure2D.RowColumnKey<R, C> key)