Package | Description |
---|---|
org.ojalgo.access | |
org.ojalgo.netio |
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
|
org.ojalgo.series | |
org.ojalgo.type |
Modifier and Type | Class and Description |
---|---|
static class |
Structure1D.BasicMapper<T> |
static class |
Structure2D.RowColumnMapper<R,C> |
static class |
StructureAnyD.ReferenceMapper |
Modifier and Type | Method and Description |
---|---|
static <T> Structure1D.IndexMapper<T> |
Structure1D.mapper() |
Modifier and Type | Method and Description |
---|---|
static <R,C> Structure2D.RowColumnMapper<R,C> |
Structure2D.mapperOf(Structure2D structure,
Structure1D.IndexMapper<R> rowMappwer,
Structure1D.IndexMapper<C> columnMappwer) |
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<Object>[] mappers) |
Constructor and Description |
---|
ReferenceMapper(StructureAnyD structure,
Structure1D.IndexMapper<Object>[] mappers) |
RowColumnMapper(Structure2D structure,
Structure1D.IndexMapper<R> rowMapper,
Structure1D.IndexMapper<C> columnMapper) |
RowColumnMapper(Structure2D structure,
Structure1D.IndexMapper<R> rowMapper,
Structure1D.IndexMapper<C> columnMapper) |
Constructor and Description |
---|
TableData(Structure1D.IndexMapper<R> rowIndexMapper) |
Modifier and Type | Method and Description |
---|---|
Structure1D.IndexMapper<CalendarDate> |
CalendarDateSeries.mapper() |
Structure1D.IndexMapper<K> |
BasicSeries.NaturallySequenced.mapper() |
Modifier and Type | Method and Description |
---|---|
static <N extends Number & Comparable<? super N>> |
BasicSeries.make(DenseArray.Factory<N> arrayFactory,
Structure1D.IndexMapper<N> indexMapper) |
static <N extends Number & Comparable<? super N>> |
BasicSeries.make(DenseArray.Factory<N> arrayFactory,
Structure1D.IndexMapper<N> indexMapper,
BinaryFunction<N> accumulator) |
Modifier and Type | Method and 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) |
Copyright © 2018 Optimatika. All rights reserved.