Uses of Interface
org.ojalgo.structure.Structure1D.IndexMapper
-
Packages that use Structure1D.IndexMapper Package Description org.ojalgo.matrix.store org.ojalgo.series org.ojalgo.structure org.ojalgo.type -
-
Uses of Structure1D.IndexMapper in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store with parameters of type Structure1D.IndexMapper Modifier and Type Method Description <K> Keyed1D<K,N>Subregion2D.SynchronizedRegion. asKeyed1D(Structure1D.IndexMapper<K> indexMapper)<R,C>
Keyed2D<R,C,N>Subregion2D.SynchronizedRegion. asKeyed2D(Structure1D.IndexMapper<R> rowMapper, Structure1D.IndexMapper<C> columnMapper) -
Uses of Structure1D.IndexMapper in org.ojalgo.series
Fields in org.ojalgo.series declared as Structure1D.IndexMapper Modifier and Type Field Description (package private) static Structure1D.IndexMapper<java.lang.Double>MappedIndexSeries. MAPPERprivate Structure1D.IndexMapper<K>MappedIndexSeries. myMapperMethods in org.ojalgo.series that return Structure1D.IndexMapper Modifier and Type Method Description Structure1D.IndexMapper<K>MappedIndexSeries. mapper()Methods in org.ojalgo.series with parameters of type Structure1D.IndexMapper Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
BasicSeries<N,N>BasicSeries. make(PlainArray.Factory<N,?> arrayFactory, Structure1D.IndexMapper<N> indexMapper)static <N extends java.lang.Comparable<N>>
BasicSeries<N,N>BasicSeries. make(PlainArray.Factory<N,?> arrayFactory, Structure1D.IndexMapper<N> indexMapper, BinaryFunction<N> accumulator)Constructors in org.ojalgo.series with parameters of type Structure1D.IndexMapper Constructor Description MappedIndexSeries(PlainArray.Factory<N,?> denseArrayFactory, Structure1D.IndexMapper<K> indexMapper, BinaryFunction<N> accumulator)MappedIndexSeries(Structure1D.IndexMapper<K> indexMapper, LongToNumberMap<N> delegate, BinaryFunction<N> accumulator) -
Uses of Structure1D.IndexMapper in org.ojalgo.structure
Classes in org.ojalgo.structure that implement Structure1D.IndexMapper Modifier and Type Class Description static classStructure1D.BasicMapper<T>static classStructure2D.RowColumnMapper<R,C>static classStructureAnyD.ReferenceMapperFields in org.ojalgo.structure declared as Structure1D.IndexMapper Modifier and Type Field Description private Structure1D.IndexMapper<C>Structure2D.RowColumnMapper. myColumnMapperprivate Structure1D.IndexMapper<K>Keyed1D. myMapperprivate Structure1D.IndexMapper<java.lang.Object>[]StructureAnyD.ReferenceMapper. myMappersprivate Structure1D.IndexMapper<R>Structure2D.RowColumnMapper. myRowMapperMethods in org.ojalgo.structure that return Structure1D.IndexMapper Modifier and Type Method Description static <T> Structure1D.IndexMapper<T>Structure1D. mapper()Methods in org.ojalgo.structure with parameters of type Structure1D.IndexMapper Modifier and Type Method Description default <K> Keyed1D<K,N>Access1D. asKeyed1D(Structure1D.IndexMapper<K> indexMapper)default <R,C>
Keyed2D<R,C,N>Access2D. asKeyed2D(Structure1D.IndexMapper<R> rowMapper, Structure1D.IndexMapper<C> columnMapper)static <R,C>
Structure2D.RowColumnMapper<R,C>Structure2D. mapperOf(Structure2D structure, Structure1D.IndexMapper<R> rowMappwer, Structure1D.IndexMapper<C> columnMappwer)static StructureAnyD.ReferenceMapperStructureAnyD. mapperOf(StructureAnyD structure, Structure1D.IndexMapper<java.lang.Object>[] mappers)Constructors in org.ojalgo.structure with parameters of type Structure1D.IndexMapper Constructor Description Keyed1D(Access1D<N> structure, Structure1D.IndexMapper<K> indexMapper)ReferenceMapper(StructureAnyD structure, Structure1D.IndexMapper<java.lang.Object>[] mappers)RowColumnMapper(Structure2D structure, Structure1D.IndexMapper<R> rowMapper, Structure1D.IndexMapper<C> columnMapper) -
Uses of Structure1D.IndexMapper in org.ojalgo.type
Subinterfaces of Structure1D.IndexMapper in org.ojalgo.type Modifier and Type Interface Description static interfaceCalendarDate.ResolutionExtendsTemporalAdjusterbut also loosely corresponds to aTemporalUnitand/orTemporalAmount.Classes in org.ojalgo.type that implement Structure1D.IndexMapper Modifier and Type Class Description classCalendarDateDurationDesigned to complement CalendarDate.classCalendarDateUnitDesigned to complement CalendarDate.Methods in org.ojalgo.type that return Structure1D.IndexMapper Modifier and Type Method Description abstract Structure1D.IndexMapper<T>TimeIndex. from(T reference)abstract Structure1D.IndexMapper<T>TimeIndex. from(T reference, CalendarDate.Resolution resolution)abstract Structure1D.IndexMapper<T>TimeIndex. plain()abstract Structure1D.IndexMapper<T>TimeIndex. plain(CalendarDate.Resolution resolution)
-