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. MAPPER
private Structure1D.IndexMapper<K>
MappedIndexSeries. myMapper
Methods 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(DenseArray.Factory<N> arrayFactory, Structure1D.IndexMapper<N> indexMapper)
static <N extends java.lang.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.IndexMapper Constructor Description MappedIndexSeries(DenseArray.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 class
Structure1D.BasicMapper<T>
static class
Structure2D.RowColumnMapper<R,C>
static class
StructureAnyD.ReferenceMapper
Fields in org.ojalgo.structure declared as Structure1D.IndexMapper Modifier and Type Field Description private Structure1D.IndexMapper<C>
Structure2D.RowColumnMapper. myColumnMapper
private Structure1D.IndexMapper<K>
Keyed1D. myMapper
private Structure1D.IndexMapper<java.lang.Object>[]
StructureAnyD.ReferenceMapper. myMappers
private Structure1D.IndexMapper<R>
Structure2D.RowColumnMapper. myRowMapper
Methods 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.ReferenceMapper
StructureAnyD. 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 interface
CalendarDate.Resolution
ExtendsTemporalAdjuster
but also loosely corresponds to aTemporalUnit
and/orTemporalAmount
.Classes in org.ojalgo.type that implement Structure1D.IndexMapper Modifier and Type Class Description class
CalendarDateDuration
Designed to complement CalendarDate.class
CalendarDateUnit
Designed 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)
-