Uses of Class
org.ojalgo.structure.Structure2D.RowColumnMapper
-
Packages that use Structure2D.RowColumnMapper Package Description org.ojalgo.structure -
-
Uses of Structure2D.RowColumnMapper in org.ojalgo.structure
Fields in org.ojalgo.structure declared as Structure2D.RowColumnMapper Modifier and Type Field Description private Structure2D.RowColumnMapper<R,C>
Keyed2D. myMapper
Methods in org.ojalgo.structure that return Structure2D.RowColumnMapper Modifier and Type Method Description static <R,C>
Structure2D.RowColumnMapper<R,C>Structure2D. mapperOf(Structure2D structure, Structure1D.IndexMapper<R> rowMappwer, Structure1D.IndexMapper<C> columnMappwer)
Constructors in org.ojalgo.structure with parameters of type Structure2D.RowColumnMapper Constructor Description Keyed2D(Access2D<N> structure, Structure2D.RowColumnMapper<R,C> indexMapper)
-