Uses of Class
org.ojalgo.structure.Structure2D.RowColumnKey
Packages that use Structure2D.RowColumnKey
-
Uses of Structure2D.RowColumnKey in org.ojalgo.structure
Classes in org.ojalgo.structure that implement interfaces with type arguments of type Structure2D.RowColumnKeyMethods 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 TypeMethodDescriptionlongStructure2D.RowColumnMapper.toIndex(Structure2D.RowColumnKey<R, C> key)