Uses of Interface
org.ojalgo.structure.Structure1D.IndexMapper
Packages that use Structure1D.IndexMapper
-
Uses of Structure1D.IndexMapper in org.ojalgo.series
Methods 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) -
Uses of Structure1D.IndexMapper in org.ojalgo.structure
Classes in org.ojalgo.structure that implement Structure1D.IndexMapperModifier and TypeClassDescriptionstatic classstatic classstatic classMethods 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.IndexMapperModifierConstructorDescriptionprotectedReferenceMapper(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)