Uses of Class
org.ojalgo.array.DenseArray.Factory
Packages that use DenseArray.Factory
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of DenseArray.Factory in org.ojalgo.array
Subclasses of DenseArray.Factory in org.ojalgo.arrayModifier and TypeClassDescriptionstatic final class
static final class
(package private) static final class
Fields in org.ojalgo.array declared as DenseArray.FactoryModifier and TypeFieldDescriptionstatic final DenseArray.Factory
<ComplexNumber> ArrayC128.FACTORY
static final DenseArray.Factory
<Quaternion> ArrayH256.FACTORY
static final DenseArray.Factory
<RationalNumber> ArrayQ128.FACTORY
static final DenseArray.Factory
<Double> ArrayR032.FACTORY
static final DenseArray.Factory
<Double> ArrayR064.FACTORY
static final DenseArray.Factory
<Quadruple> ArrayR128.FACTORY
static final DenseArray.Factory
<BigDecimal> ArrayR256.FACTORY
static final DenseArray.Factory
<Double> ArrayZ008.FACTORY
static final DenseArray.Factory
<Double> ArrayZ016.FACTORY
static final DenseArray.Factory
<Double> ArrayZ032.FACTORY
static final DenseArray.Factory
<Double> ArrayZ064.FACTORY
private final DenseArray.Factory
<N> BasicArray.Factory.myDenseFactory
private final DenseArray.Factory
<N> LongToNumberMap.myDenseFactory
private final DenseArray.Factory
<N> NumberList.myDenseFactory
private final DenseArray.Factory
<N> SparseArray.myDenseFactory
private final DenseArray.Factory
<N> StrategyBuildingFactory.myDenseFactory
static final DenseArray.Factory
<Double> OffHeapArray.R032
static final DenseArray.Factory
<Double> OffHeapArray.R064
static final DenseArray.Factory
<Double> OffHeapArray.Z008
static final DenseArray.Factory
<Double> OffHeapArray.Z016
static final DenseArray.Factory
<Double> OffHeapArray.Z032
static final DenseArray.Factory
<Double> OffHeapArray.Z064
Methods in org.ojalgo.array that return DenseArray.FactoryModifier and TypeMethodDescription(package private) DenseArray.Factory
<N> StrategyBuildingFactory.getDenseFactory()
Methods in org.ojalgo.array with parameters of type DenseArray.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
Collector<N, NumberList<N>, NumberList<N>> NumberList.collector
(DenseArray.Factory<N> arrayFactory) static <N extends Comparable<N>>
Array1D.Factory<N> Array1D.factory
(DenseArray.Factory<N> denseFactory) static <N extends Comparable<N>>
Array2D.Factory<N> Array2D.factory
(DenseArray.Factory<N> denseArray) static <N extends Comparable<N>>
ArrayAnyD.Factory<N> ArrayAnyD.factory
(DenseArray.Factory<N> denseArray) static <N extends Comparable<N>>
LongToNumberMap.MapFactory<N> LongToNumberMap.factory
(DenseArray.Factory<N> denseFactory) static <N extends Comparable<N>>
NumberList.ListFactory<N> NumberList.factory
(DenseArray.Factory<N> arrayFactory) static <N extends Comparable<N>>
SparseArray.SparseFactory<N> SparseArray.factory
(DenseArray.Factory<N> denseFactory) (package private) <N extends Comparable<N>>
DenseArray<N> GrowthStrategy.makeChunk
(DenseArray.Factory<N> denseFactory) (package private) <N extends Comparable<N>>
DenseArray<N> GrowthStrategy.makeInitial
(DenseArray.Factory<N> denseFactory) (package private) <N extends Comparable<N>>
DenseArray<N> GrowthStrategy.makeSegment
(DenseArray.Factory<N> denseFactory) (package private) static GrowthStrategy.Builder
GrowthStrategy.newBuilder
(DenseArray.Factory<?> denseFactory) (package private) static GrowthStrategy
GrowthStrategy.newInstance
(DenseArray.Factory<?> denseFactory) Constructors in org.ojalgo.array with parameters of type DenseArray.FactoryModifierConstructorDescription(package private)
Builder
(DenseArray.Factory<?> denseFactory) protected
DenseArray
(DenseArray.Factory<N> factory) (package private)
Factory
(DenseArray.Factory<N> denseArray) (package private)
Factory
(DenseArray.Factory<N> denseArray) (package private)
Factory
(DenseArray.Factory<N> denseArray) (package private)
Factory
(DenseArray.Factory<N> denseFactory) (package private)
ListFactory
(DenseArray.Factory<N> denseFactory) (package private)
LongToNumberMap
(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy) (package private)
MapFactory
(DenseArray.Factory<N> denseFactory) (package private)
NumberList
(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy) (package private)
NumberList
(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy, BasicArray<N> storage, long actualCount) (package private)
OffHeapArray
(DenseArray.Factory<Double> factory, long count) (package private)
PlainArray
(DenseArray.Factory<N> factory, int size) (package private)
PrimitiveArray
(DenseArray.Factory<Double> factory, int size) (package private)
ReferenceTypeArray
(DenseArray.Factory<N> factory, int length) (package private)
ReferenceTypeArray
(DenseArray.Factory<N> factory, N[] data) protected
ScalarArray
(DenseArray.Factory<N> factory, int length) protected
ScalarArray
(DenseArray.Factory<N> factory, N[] data) (package private)
SparseArray
(DenseArray.Factory<N> denseFactory, GrowthStrategy growthStrategy, long count) (package private)
SparseFactory
(DenseArray.Factory<N> denseFactory) StrategyBuildingFactory
(DenseArray.Factory<N> denseFactory) -
Uses of DenseArray.Factory in org.ojalgo.data.domain.finance.series
Methods in org.ojalgo.data.domain.finance.series with parameters of type DenseArray.FactoryModifier and TypeMethodDescriptionDataSource.getLocalDateSeries
(DenseArray.Factory<Double> denseArrayFactory) DataSource.getLocalDateSeries
(CalendarDateUnit resolution, DenseArray.Factory<Double> denseArrayFactory) -
Uses of DenseArray.Factory in org.ojalgo.equation
Methods in org.ojalgo.equation with parameters of type DenseArray.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
EquationEquation.dense
(int pivot, int cols, DenseArray.Factory<N> factory) static <N extends Comparable<N>>
List<Equation> Equation.denseSystem
(int rows, int cols, DenseArray.Factory<N> factory) static <N extends Comparable<N>>
EquationEquation.sparse
(int pivot, int cols, DenseArray.Factory<N> factory) static <N extends Comparable<N>>
EquationEquation.sparse
(int pivot, int cols, DenseArray.Factory<N> factory, int numberOfNonzeros) static <N extends Comparable<N>>
List<Equation> Equation.sparseSystem
(int rows, int cols, DenseArray.Factory<N> factory) static <N extends Comparable<N>>
List<Equation> Equation.sparseSystem
(int rows, int cols, DenseArray.Factory<N> factory, int numberOfNonzeros) -
Uses of DenseArray.Factory in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as DenseArray.FactoryModifier and TypeFieldDescriptionprivate final DenseArray.Factory
<N> GenericStore.Factory.myDenseArrayFactory
Methods in org.ojalgo.matrix.store that return DenseArray.FactoryModifier and TypeMethodDescriptionGenericStore.Factory.array()
PhysicalStore.Factory.array()
PrimitiveFactory.array()
Constructors in org.ojalgo.matrix.store with parameters of type DenseArray.Factory -
Uses of DenseArray.Factory in org.ojalgo.netio
Methods in org.ojalgo.netio with parameters of type DenseArray.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
DataInterpreter<ArrayAnyD<N>> DataInterpreter.newIDX
(DenseArray.Factory<N> denseArray) IDX.parse
(File file, DenseArray.Factory<Double> factory) IDX.parse
(String filePath, DenseArray.Factory<Double> arrayFactory) -
Uses of DenseArray.Factory in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as DenseArray.FactoryModifier and TypeFieldDescriptionprivate static final DenseArray.Factory
<Double> SparseTableau.DENSE_FACTORY
-
Uses of DenseArray.Factory in org.ojalgo.series
Methods in org.ojalgo.series with parameters of type DenseArray.FactoryModifier and TypeMethodDescription<N extends Comparable<N>>
BasicSeries<K, N> BasicSeries.TimeSeriesBuilder.build
(DenseArray.Factory<N> denseArrayFactory) <N extends Comparable<N>>
BasicSeries<K, N> BasicSeries.TimeSeriesBuilder.build
(DenseArray.Factory<N> denseArrayFactory, BinaryFunction<N> accumularor) private <N extends Comparable<N>>
BasicSeries<K, N> BasicSeries.TimeSeriesBuilder.doBuild
(DenseArray.Factory<N> arrayFactory, BinaryFunction<N> accumularor) static BasicSeries
<Double, Double> BasicSeries.make
(DenseArray.Factory<Double> arrayFactory) static BasicSeries
<Double, Double> BasicSeries.make
(DenseArray.Factory<Double> arrayFactory, BinaryFunction<Double> accumulator) static <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 DenseArray.FactoryModifierConstructorDescription(package private)
MappedIndexSeries
(DenseArray.Factory<N> denseArrayFactory, Structure1D.IndexMapper<K> indexMapper, BinaryFunction<N> accumulator) -
Uses of DenseArray.Factory in org.ojalgo.tensor
Fields in org.ojalgo.tensor declared as DenseArray.FactoryModifier and TypeFieldDescriptionprivate final DenseArray.Factory
<N> ArrayBasedTensor.Factory.myArrayFactory
Methods in org.ojalgo.tensor that return DenseArray.FactoryModifier and TypeMethodDescription(package private) DenseArray.Factory
<N> ArrayBasedTensor.Factory.getArrayFactory()
Methods in org.ojalgo.tensor with parameters of type DenseArray.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
TensorFactoryAnyD<N, AnyTensor<N>> AnyTensor.factory
(DenseArray.Factory<N> arrayFactory) static <N extends Comparable<N>>
TensorFactory2D<N, MatrixTensor<N>> MatrixTensor.factory
(DenseArray.Factory<N> arrayFactory) static <N extends Comparable<N>>
TensorFactory1D<N, VectorTensor<N>> VectorTensor.factory
(DenseArray.Factory<N> arrayFactory) Constructors in org.ojalgo.tensor with parameters of type DenseArray.FactoryModifierConstructorDescription(package private)
Factory
(DenseArray.Factory<N> arrayFactory) (package private)
Factory
(DenseArray.Factory<N> arrayFactory) (package private)
Factory
(DenseArray.Factory<N> arrayFactory) (package private)
Factory
(DenseArray.Factory<N> arrayFactory)