Uses of Interface
org.ojalgo.matrix.store.PhysicalStore.Factory
-
-
Uses of PhysicalStore.Factory in org.ojalgo.ann
Fields in org.ojalgo.ann declared as PhysicalStore.Factory Modifier and Type Field Description private PhysicalStore.Factory<java.lang.Double,?>ArtificialNeuralNetwork. myFactoryprivate PhysicalStore.Factory<java.lang.Double,?>NetworkBuilder. myFactoryMethods in org.ojalgo.ann that return PhysicalStore.Factory Modifier and Type Method Description (package private) PhysicalStore.Factory<java.lang.Double,?>NetworkBuilder. getFactory()Methods in org.ojalgo.ann with parameters of type PhysicalStore.Factory Modifier and Type Method Description static NetworkBuilderArtificialNeuralNetwork. builder(PhysicalStore.Factory<java.lang.Double,?> factory, int numberOfNetworkInputNodes)static NetworkTrainerArtificialNeuralNetwork. builder(PhysicalStore.Factory<java.lang.Double,?> factory, int numberOfInputNodes, int... nodesPerCalculationLayer)Deprecated.static ArtificialNeuralNetworkArtificialNeuralNetwork. from(PhysicalStore.Factory<java.lang.Double,?> factory, java.io.DataInput input)Read (reconstruct) an ANN from the specified input previously written byArtificialNeuralNetwork.writeTo(DataOutput).static ArtificialNeuralNetworkArtificialNeuralNetwork. from(PhysicalStore.Factory<java.lang.Double,?> factory, java.io.File file)static ArtificialNeuralNetworkArtificialNeuralNetwork. from(PhysicalStore.Factory<java.lang.Double,?> factory, java.nio.file.Path path, java.nio.file.OpenOption... options)(package private) static ArtificialNeuralNetworkFileFormat. read(PhysicalStore.Factory<java.lang.Double,?> factory, java.io.DataInput input)(package private) static ArtificialNeuralNetworkFileFormat.Version1. read(PhysicalStore.Factory<java.lang.Double,?> factory, java.io.DataInput input)(package private) static ArtificialNeuralNetworkFileFormat.Version2. read(PhysicalStore.Factory<java.lang.Double,?> factory, java.io.DataInput input)Constructors in org.ojalgo.ann with parameters of type PhysicalStore.Factory Constructor Description ArtificialNeuralNetwork(PhysicalStore.Factory<java.lang.Double,?> factory, int inputs, int[] layers)CalculationLayer(PhysicalStore.Factory<java.lang.Double,?> factory, int numberOfInputs, int numberOfOutputs, ArtificialNeuralNetwork.Activator activator)NetworkBuilder(PhysicalStore.Factory<java.lang.Double,?> factory, int networkInputs) -
Uses of PhysicalStore.Factory in org.ojalgo.data.image
Methods in org.ojalgo.data.image that return PhysicalStore.Factory Modifier and Type Method Description PhysicalStore.Factory<java.lang.Double,?>ImageData. physical() -
Uses of PhysicalStore.Factory in org.ojalgo.function.multiary
Fields in org.ojalgo.function.multiary declared as PhysicalStore.Factory Modifier and Type Field Description private PhysicalStore.Factory<N,?>AffineFunction.Factory. myFactoryprivate PhysicalStore.Factory<N,?>ConstantFunction.Factory. myFactoryprivate PhysicalStore.Factory<N,?>ConstantFunction. myFactoryprivate PhysicalStore.Factory<N,?>LinearFunction.Factory. myFactoryprivate PhysicalStore.Factory<N,?>PureQuadraticFunction.Factory. myFactoryMethods in org.ojalgo.function.multiary that return PhysicalStore.Factory Modifier and Type Method Description (package private) PhysicalStore.Factory<N,?>AffineFunction. factory()(package private) abstract PhysicalStore.Factory<N,?>ApproximateFunction. factory()(package private) PhysicalStore.Factory<N,?>ConstantFunction. factory()(package private) PhysicalStore.Factory<N,?>FirstOrderApproximation. factory()(package private) PhysicalStore.Factory<N,?>LinearFunction. factory()(package private) PhysicalStore.Factory<N,?>PureQuadraticFunction. factory()(package private) PhysicalStore.Factory<N,?>QuadraticFunction. factory()(package private) PhysicalStore.Factory<N,?>SecondOrderApproximation. factory()Methods in org.ojalgo.function.multiary with parameters of type PhysicalStore.Factory Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
AffineFunction.Factory<N>AffineFunction. factory(PhysicalStore.Factory<N,?> factory)static <N extends java.lang.Comparable<N>>
ConstantFunction.Factory<N>ConstantFunction. factory(PhysicalStore.Factory<N,?> factory)static <N extends java.lang.Comparable<N>>
LinearFunction.Factory<N>LinearFunction. factory(PhysicalStore.Factory<N,?> factory)static <N extends java.lang.Comparable<N>>
PureQuadraticFunction.Factory<N>PureQuadraticFunction. factory(PhysicalStore.Factory<N,?> factory)static <N extends java.lang.Comparable<N>>
QuadraticFunction.Factory<N>QuadraticFunction. factory(PhysicalStore.Factory<N,?> factory)Constructors in org.ojalgo.function.multiary with parameters of type PhysicalStore.Factory Constructor Description ConstantFunction(int arity, PhysicalStore.Factory<N,?> factory, java.lang.Comparable<?> constant)ConstantFunction(long arity, PhysicalStore.Factory<N,?> factory)Factory(PhysicalStore.Factory<N,?> factory)Factory(PhysicalStore.Factory<N,?> factory)Factory(PhysicalStore.Factory<N,?> factory)Factory(PhysicalStore.Factory<N,?> factory)Factory(PhysicalStore.Factory<N,?> factory) -
Uses of PhysicalStore.Factory in org.ojalgo.function.polynomial
Methods in org.ojalgo.function.polynomial with parameters of type PhysicalStore.Factory Modifier and Type Method Description (package private) voidAbstractPolynomial. estimate(Access1D<?> x, Access1D<?> y, PhysicalStore.Factory<N,?> store, QR.Factory<N> qr) -
Uses of PhysicalStore.Factory in org.ojalgo.matrix
Fields in org.ojalgo.matrix declared as PhysicalStore.Factory Modifier and Type Field Description private PhysicalStore.Factory<N,?>BasicMatrix. myFactoryprivate PhysicalStore.Factory<N,?>MatrixFactory. myPhysicalFactoryMethods in org.ojalgo.matrix that return PhysicalStore.Factory Modifier and Type Method Description (package private) PhysicalStore.Factory<N,?>MatrixFactory. getPhysicalFactory()Constructors in org.ojalgo.matrix with parameters of type PhysicalStore.Factory Constructor Description BasicMatrix(PhysicalStore.Factory<N,?> factory, ElementsSupplier<N> supplier)MatrixFactory(java.lang.Class<M> template, PhysicalStore.Factory<N,?> factory) -
Uses of PhysicalStore.Factory in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as PhysicalStore.Factory Modifier and Type Field Description private PhysicalStore.Factory<N,? extends M>AbstractDecomposition. myFactoryprivate PhysicalStore.Factory<N,? extends DecompositionStore<N>>GeneralisedEvD. myFactory -
Uses of PhysicalStore.Factory in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement PhysicalStore.Factory Modifier and Type Class Description static classGenericStore.Factory<N extends Scalar<N>>classPrimitiveFactory<I extends PhysicalStore<java.lang.Double> & Factory2D.Builder<I>>Fields in org.ojalgo.matrix.store declared as PhysicalStore.Factory Modifier and Type Field Description private PhysicalStore.Factory<N,?>DiagonalStore.Builder. myFactoryprivate PhysicalStore.Factory<N,?>FactoryStore. myFactoryprivate PhysicalStore.Factory<N,?>SparseStore.Builder. myPhysicalFactoryprivate PhysicalStore.Factory<N,?>SparseStore.Factory. myPhysicalFactoryprivate PhysicalStore.Factory<N,?>ColumnsSupplier. myPhysicalStoreFactoryprivate PhysicalStore.Factory<N,?>RowsSupplier. myPhysicalStoreFactoryMethods in org.ojalgo.matrix.store that return PhysicalStore.Factory Modifier and Type Method Description PhysicalStore.Factory<N,?>ColumnsSupplier. physical()PhysicalStore.Factory<N,?>FactoryStore. physical()PhysicalStore.Factory<N,GenericStore<N>>GenericStore. physical()PhysicalStore.Factory<N,?>LogicalStore. physical()PhysicalStore.Factory<N,?>MatrixStore. physical()PhysicalStore.Factory<java.lang.Double,?>R032Store. physical()PhysicalStore.Factory<java.lang.Double,R064Store>R064Store. physical()PhysicalStore.Factory<java.lang.Double,RawStore>RawStore. physical()PhysicalStore.Factory<N,?>RowsSupplier. physical()Methods in org.ojalgo.matrix.store with parameters of type PhysicalStore.Factory Modifier and Type Method Description (package private) static <N extends java.lang.Comparable<N>>
MatrixStore<N>AbstractStore. buildColumn(PhysicalStore.Factory<N,?> factory, long rowsCount, N... columnElements)(package private) static <N extends java.lang.Comparable<N>>
MatrixStore<N>AbstractStore. buildColumn(PhysicalStore.Factory<N,?> factory, long rowsCount, Access2D<N> columnStore)(package private) static <N extends java.lang.Comparable<N>>
MatrixStore<N>AbstractStore. buildColumn(PhysicalStore.Factory<N,?> factory, long rowsCount, Access2D<N>... columnStores)static <N extends java.lang.Comparable<N>,D extends Access1D<?>>
DiagonalStore.Builder<N,D>DiagonalStore. builder(PhysicalStore.Factory<N,?> factory, D mainDiagonal)(package private) static <N extends java.lang.Comparable<N>>
MatrixStore<N>AbstractStore. buildRow(PhysicalStore.Factory<N,?> factory, long colsCount, N... rowElements)(package private) static <N extends java.lang.Comparable<N>>
MatrixStore<N>AbstractStore. buildRow(PhysicalStore.Factory<N,?> factory, long colsCount, Access2D<N> rowStore)(package private) static <N extends java.lang.Comparable<N>>
MatrixStore<N>AbstractStore. buildRow(PhysicalStore.Factory<N,?> factory, long colsCount, Access2D<N>... rowStores)(package private) static <N extends java.lang.Comparable<N>>
MatrixStore<N>AbstractStore. cast(PhysicalStore.Factory<N,?> factory, Access2D<?> access)static <N extends java.lang.Comparable<N>>
SparseStore.Factory<N>SparseStore. factory(PhysicalStore.Factory<N,?> physicalFactory)Constructors in org.ojalgo.matrix.store with parameters of type PhysicalStore.Factory Constructor Description Builder(PhysicalStore.Factory<N,?> factory, D mainDiagonal)Builder(PhysicalStore.Factory<N,?> physicalFactory, int rowDim, int colDim)ColumnsSupplier(PhysicalStore.Factory<N,?> factory, int numberOfRows)DiagonalStore(PhysicalStore.Factory<N,?> factory, long numberOfRows, long numberOfColumns, D mainDiag, D superdiag, D subdiag)Factory(PhysicalStore.Factory<N,?> physicalFactory)Factory(PhysicalStore.Factory<N,?> physicalFactory, java.util.function.IntBinaryOperator initial)FactoryStore(PhysicalStore.Factory<N,?> factory, int rowsCount, int columnsCount)FactoryStore(PhysicalStore.Factory<N,?> factory, long rowsCount, long columnsCount)IdentityStore(PhysicalStore.Factory<N,?> factory, int dimension)IdentityStore(PhysicalStore.Factory<N,?> factory, long dimension)RowsSupplier(PhysicalStore.Factory<N,?> factory, int numberOfColumns)SingleStore(PhysicalStore.Factory<N,?> factory, int rowsCount, int columnsCount)SingleStore(PhysicalStore.Factory<N,?> factory, java.lang.Comparable<N> element)SparseStore(PhysicalStore.Factory<N,?> factory, int nbRows, int nbCols, java.util.function.IntBinaryOperator initial)WrapperStore(PhysicalStore.Factory<N,?> factory, Access2D<?> access2D)WrapperStore(Access1D<?> access1D, PhysicalStore.Factory<N,?> factory)ZeroStore(PhysicalStore.Factory<N,?> factory, int rowsCount, int columnsCount)ZeroStore(PhysicalStore.Factory<N,?> factory, long rowsCount, long columnsCount) -
Uses of PhysicalStore.Factory in org.ojalgo.matrix.transformation
Methods in org.ojalgo.matrix.transformation with parameters of type PhysicalStore.Factory Modifier and Type Method Description <P extends Householder<N>>
PHouseholderColumn. getWorker(PhysicalStore.Factory<N,?> factory)<P extends Householder<N>>
PHouseholderReference. getWorker(PhysicalStore.Factory<N,?> factory)<P extends Householder<N>>
PHouseholderRow. getWorker(PhysicalStore.Factory<N,?> factory) -
Uses of PhysicalStore.Factory in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as PhysicalStore.Factory Modifier and Type Field Description private static PhysicalStore.Factory<java.lang.Double,R064Store>GenericSolver.Builder. FACTORYMethods in org.ojalgo.optimisation that return PhysicalStore.Factory Modifier and Type Method Description protected PhysicalStore.Factory<java.lang.Double,R064Store>GenericSolver.Builder. getFactory() -
Uses of PhysicalStore.Factory in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as PhysicalStore.Factory Modifier and Type Field Description (package private) static PhysicalStore.Factory<java.lang.Double,R064Store>BasePrimitiveSolver. MATRIX_FACTORYMethods in org.ojalgo.optimisation.convex with parameters of type PhysicalStore.Factory Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
ConvexData<N>ConvexSolver. copy(ExpressionsBasedModel model, PhysicalStore.Factory<N,?> factory)protected <N extends java.lang.Comparable<N>>
ConvexData<N>ConvexSolver.Builder. getConvexData(PhysicalStore.Factory<N,?> factory)Constructors in org.ojalgo.optimisation.convex with parameters of type PhysicalStore.Factory Constructor Description ConvexData(boolean inclMap, PhysicalStore.Factory<N,?> factory, int nbVars, int nbEqus, int nbIneq)ConvexObjectiveFunction(PhysicalStore.Factory<N,?> factory, int nbVars) -
Uses of PhysicalStore.Factory in org.ojalgo.random.process
Fields in org.ojalgo.random.process declared as PhysicalStore.Factory Modifier and Type Field Description private static PhysicalStore.Factory<java.lang.Double,R064Store>GaussianField. FACTORY
-