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.MAPPER
private final Structure1D.IndexMapper
<K> MappedIndexSeries.myMapper
Methods 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
(DenseArray.Factory<N> arrayFactory, Structure1D.IndexMapper<N> indexMapper) static <N extends Comparable<N>>
BasicSeries<N, N> BasicSeries.make
(DenseArray.Factory<N> arrayFactory, Structure1D.IndexMapper<N> indexMapper, BinaryFunction<N> accumulator) Constructors in org.ojalgo.series with parameters of type Structure1D.IndexMapperModifierConstructorDescription(package private)
MappedIndexSeries
(DenseArray.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 class
static class
static class
Fields in org.ojalgo.structure declared as Structure1D.IndexMapperModifier and TypeFieldDescriptionprivate final Structure1D.IndexMapper
<C> Structure2D.RowColumnMapper.myColumnMapper
private final Structure1D.IndexMapper
<K> Keyed1D.myMapper
private final Structure1D.IndexMapper<Object>[]
StructureAnyD.ReferenceMapper.myMappers
private final Structure1D.IndexMapper
<R> Structure2D.RowColumnMapper.myRowMapper
Methods 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) protected
ReferenceMapper
(StructureAnyD structure, Structure1D.IndexMapper<Object>[] mappers) protected
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.typeModifier and TypeInterfaceDescriptionstatic interface
Classes in org.ojalgo.type that implement Structure1D.IndexMapperModifier and TypeClassDescriptionfinal class
Designed to complement CalendarDate.enum
Designed 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)