Uses of Interface
org.ojalgo.matrix.store.PhysicalStore.Factory
Packages that use PhysicalStore.Factory
Package
Description
-
Uses of PhysicalStore.Factory in org.ojalgo.ann
Methods in org.ojalgo.ann with parameters of type PhysicalStore.FactoryModifier and TypeMethodDescriptionstatic NetworkBuilderArtificialNeuralNetwork.builder(PhysicalStore.Factory<Double, ?> factory, int numberOfNetworkInputNodes) static NetworkTrainerArtificialNeuralNetwork.builder(PhysicalStore.Factory<Double, ?> factory, int numberOfInputNodes, int... nodesPerCalculationLayer) Deprecated.static ArtificialNeuralNetworkArtificialNeuralNetwork.from(PhysicalStore.Factory<Double, ?> factory, DataInput input) Read (reconstruct) an ANN from the specified input previously written byArtificialNeuralNetwork.writeTo(DataOutput).static ArtificialNeuralNetworkArtificialNeuralNetwork.from(PhysicalStore.Factory<Double, ?> factory, File file) static ArtificialNeuralNetworkArtificialNeuralNetwork.from(PhysicalStore.Factory<Double, ?> factory, Path path, OpenOption... options) -
Uses of PhysicalStore.Factory in org.ojalgo.data.image
Methods in org.ojalgo.data.image that return PhysicalStore.Factory -
Uses of PhysicalStore.Factory in org.ojalgo.function.multiary
Methods in org.ojalgo.function.multiary with parameters of type PhysicalStore.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
AffineFunction.Factory<N> AffineFunction.factory(PhysicalStore.Factory<N, ?> factory) static <N extends Comparable<N>>
ConstantFunction.Factory<N> ConstantFunction.factory(PhysicalStore.Factory<N, ?> factory) static <N extends Comparable<N>>
LinearFunction.Factory<N> LinearFunction.factory(PhysicalStore.Factory<N, ?> factory) static <N extends Comparable<N>>
PureQuadraticFunction.Factory<N> PureQuadraticFunction.factory(PhysicalStore.Factory<N, ?> factory) static <N extends Comparable<N>>
QuadraticFunction.Factory<N> QuadraticFunction.factory(PhysicalStore.Factory<N, ?> factory) -
Uses of PhysicalStore.Factory in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement PhysicalStore.FactoryModifier and TypeClassDescriptionstatic final classGenericStore.Factory<N extends Scalar<N>>classPrimitiveFactory<I extends PhysicalStore<Double> & Factory2D.Builder<I>>Methods in org.ojalgo.matrix.store that return PhysicalStore.FactoryModifier and TypeMethodDescriptionColumnsSupplier.physical()GenericStore.physical()MatrixStore.physical()R032Store.physical()R064Store.physical()RawStore.physical()RowsSupplier.physical()Methods in org.ojalgo.matrix.store with parameters of type PhysicalStore.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>,D extends Access1D<?>>
DiagonalStore.Builder<N, D> DiagonalStore.builder(PhysicalStore.Factory<N, ?> factory, D mainDiagonal) static <N extends Comparable<N>>
SparseStore.Factory<N> SparseStore.factory(PhysicalStore.Factory<N, ?> physicalFactory) -
Uses of PhysicalStore.Factory in org.ojalgo.matrix.transformation
Methods in org.ojalgo.matrix.transformation with parameters of type PhysicalStore.FactoryModifier and TypeMethodDescription<P extends Householder<N>>
PHouseholderReference.getWorker(PhysicalStore.Factory<N, ?> factory) -
Uses of PhysicalStore.Factory in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return PhysicalStore.FactoryModifier and TypeMethodDescriptionprotected PhysicalStore.Factory<Double, R064Store> GenericSolver.Builder.getFactory() -
Uses of PhysicalStore.Factory in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex with parameters of type PhysicalStore.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
ConvexData<N> ConvexSolver.copy(ExpressionsBasedModel model, PhysicalStore.Factory<N, ?> factory) protected <N extends Comparable<N>>
ConvexData<N> ConvexSolver.Builder.getConvexData(PhysicalStore.Factory<N, ?> factory)
ArtificialNeuralNetwork.builder(org.ojalgo.matrix.store.PhysicalStore.Factory, int)instead