Uses of Interface
org.ojalgo.structure.Structure1D.IndexMapper
Packages that use Structure1D.IndexMapper
-
Uses of Structure1D.IndexMapper in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store with parameters of type Structure1D.IndexMapperModifier and TypeMethodDescriptionSubregion2D.SynchronizedRegion.asKeyed1D(Structure1D.IndexMapper<K> indexMapper) 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.IndexMapperModifier and TypeFieldDescription(package private) static final Structure1D.IndexMapper<Double> MappedIndexSeries.MAPPERprivate final Structure1D.IndexMapper<K> MappedIndexSeries.myMapperMethods in org.ojalgo.series that return Structure1D.IndexMapperMethods in org.ojalgo.series with parameters of type Structure1D.IndexMapperModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
BasicSeries<N, N> BasicSeries.make(PlainArray.Factory<N, ?> arrayFactory, Structure1D.IndexMapper<N> indexMapper) static <N extends 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.IndexMapperModifierConstructorDescription(package private)MappedIndexSeries(PlainArray.Factory<N, ?> denseArrayFactory, Structure1D.IndexMapper<K> indexMapper, BinaryFunction<N> accumulator) (package private)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.IndexMapperModifier and TypeClassDescriptionstatic classstatic classstatic classFields in org.ojalgo.structure declared as Structure1D.IndexMapperModifier and TypeFieldDescriptionprivate final Structure1D.IndexMapper<C> Structure2D.RowColumnMapper.myColumnMapperprivate final Structure1D.IndexMapper<K> Keyed1D.myMapperprivate final Structure1D.IndexMapper<Object>[]StructureAnyD.ReferenceMapper.myMappersprivate final Structure1D.IndexMapper<R> Structure2D.RowColumnMapper.myRowMapperMethods in org.ojalgo.structure that return Structure1D.IndexMapperMethods in org.ojalgo.structure with parameters of type Structure1D.IndexMapperModifier and TypeMethodDescriptionAccess1D.asKeyed1D(Structure1D.IndexMapper<K> indexMapper) 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) StructureAnyD.mapperOf(StructureAnyD structure, Structure1D.IndexMapper<Object>[] mappers) Constructors in org.ojalgo.structure with parameters of type Structure1D.IndexMapperModifierConstructorDescription(package private)Keyed1D(Access1D<N> structure, Structure1D.IndexMapper<K> indexMapper) protectedReferenceMapper(StructureAnyD structure, Structure1D.IndexMapper<Object>[] mappers) protectedRowColumnMapper(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.typeModifier and TypeInterfaceDescriptionstatic interfaceClasses in org.ojalgo.type that implement Structure1D.IndexMapperModifier and TypeClassDescriptionfinal classDesigned to complement CalendarDate.enumDesigned to complement CalendarDate.Methods in org.ojalgo.type that return Structure1D.IndexMapperModifier and TypeMethodDescriptionabstract Structure1D.IndexMapper<T> 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)