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 classstatic final classstatic classPlainArray.Factory<N extends Comparable<N>, A extends PlainArray<N>>static classstatic classReferenceTypeArray.Factory<N extends Comparable<N>>static classScalarArray.Factory<N extends Scalar<N>>Fields in org.ojalgo.array declared as DenseArray.FactoryModifier and TypeFieldDescriptionprivate final DenseArray.Factory<N, ?> BasicArray.Factory.myDenseFactoryprivate final DenseArray.Factory<N, ?> NumberList.ListFactory.myDenseFactoryprivate final DenseArray.Factory<N, ?> NumberList.myDenseFactoryMethods 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>>
NumberList.ListFactory<N> NumberList.factory(DenseArray.Factory<N, ?> arrayFactory) Constructors in org.ojalgo.array with parameters of type DenseArray.FactoryModifierConstructorDescriptionprotectedDenseArray(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)NumberList(DenseArray.Factory<N, ?> denseFactory, GrowthStrategy growthStrategy) (package private)NumberList(DenseArray.Factory<N, ?> denseFactory, GrowthStrategy growthStrategy, BasicArray<N> storage, long actualCount) -
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) -
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
Methods in org.ojalgo.optimisation with parameters of type DenseArray.FactoryModifier and TypeMethodDescriptionprotected static Optimisation.ResultExpressionsBasedModel.Integration.expandFreeToFull(Optimisation.Result solverState, ExpressionsBasedModel model, DenseArray.Factory<?, ?> factory) protected static Optimisation.ResultExpressionsBasedModel.Integration.reduceFullToFree(Optimisation.Result modelState, ExpressionsBasedModel model, DenseArray.Factory<?, ?> factory) -
Uses of DenseArray.Factory in org.ojalgo.random
Methods in org.ojalgo.random with parameters of type DenseArray.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
Collector<N, SampleSet.CombineableSet<N>, SampleSet> SampleSet.newCollector(DenseArray.Factory<N, ?> factory) static <N extends Comparable<N>>
SampleSet.CombineableSet<N> SampleSet.newCombineableSet(DenseArray.Factory<N, ?> factory) -
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.myArrayFactoryMethods 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)