Uses of Class
org.ojalgo.array.Array2D
-
Packages that use Array2D Package Description org.ojalgo.array org.ojalgo.matrix.store org.ojalgo.random.process org.ojalgo.tensor -
-
Uses of Array2D in org.ojalgo.array
Methods in org.ojalgo.array that return Array2D Modifier and Type Method Description Array2D<N>
Array2D. build()
Array2D<N>
Array2D.Factory. copy(Access2D<?> source)
Array2D<N>
Array2D.Factory. make(int nbRows, int nbCols)
Array2D<N>
Array2D.Factory. make(long nbRows, long nbCols)
Array2D<N>
Array2D.Factory. makeFilled(long rows, long columns, NullaryFunction<?> supplier)
Array2D<N>
Array2D.Factory. newDenseBuilder(long nbRows, long nbCols)
Array2D<N>
Array2D.Factory. newSparseBuilder(long nbRows, long nbCols)
Array2D<N>
ArrayAnyD. reduce(int rowDim, int colDim, Aggregator aggregator)
Array2D<N>
Array2D. reshape(long rows, long columns)
protected Array2D<N>
BasicArray. wrapInArray2D(long structure)
A utility facade that conveniently/consistently presents the BasicArray as a two-dimensional array.Methods in org.ojalgo.array that return types with arguments of type Array2D Modifier and Type Method Description (package private) Factory2D<Array2D<N>>
Array2D. factory()
TensorFactory2D<N,Array2D<N>>
Array2D.Factory. tensor()
-
Uses of Array2D in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as Array2D Modifier and Type Field Description private Array2D<N>
GenericStore. myUtility
private Array2D<java.lang.Double>
R032Store. myUtility
private Array2D<java.lang.Double>
R064Store. myUtility
-
Uses of Array2D in org.ojalgo.random.process
Fields in org.ojalgo.random.process declared as Array2D Modifier and Type Field Description private Array2D<java.lang.Double>
RandomProcess.SimulationResults. myResults
Constructors in org.ojalgo.random.process with parameters of type Array2D Constructor Description SimulationResults(double initialValue, Array2D<java.lang.Double> results)
-
Uses of Array2D in org.ojalgo.tensor
Fields in org.ojalgo.tensor declared as Array2D Modifier and Type Field Description private Array2D<N>
MatrixTensor. myArray
Methods in org.ojalgo.tensor that return Array2D Modifier and Type Method Description (package private) Array2D<N>
MatrixTensor. getArray()
-