Uses of Class
org.ojalgo.structure.Keyed2D
-
Packages that use Keyed2D Package Description org.ojalgo.matrix.store org.ojalgo.structure -
-
Uses of Keyed2D in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return Keyed2D Modifier and Type Method Description <R,C>
Keyed2D<R,C,N>Subregion2D.SynchronizedRegion. asKeyed2D(Structure1D.IndexMapper<R> rowMapper, Structure1D.IndexMapper<C> columnMapper)
-
Uses of Keyed2D in org.ojalgo.structure
Methods in org.ojalgo.structure that return Keyed2D Modifier and Type Method Description default <R,C>
Keyed2D<R,C,N>Access2D. asKeyed2D(Structure1D.IndexMapper<R> rowMapper, Structure1D.IndexMapper<C> columnMapper)
-