Uses of Class
org.ojalgo.array.ArrayAnyD
-
Packages that use ArrayAnyD Package Description org.ojalgo.array org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*org.ojalgo.tensor -
-
Uses of ArrayAnyD in org.ojalgo.array
Methods in org.ojalgo.array that return ArrayAnyD Modifier and Type Method Description ArrayAnyD<N>ArrayAnyD. build()ArrayAnyD<N>ArrayAnyD.Factory. copy(AccessAnyD<?> source)ArrayAnyD<N>ArrayAnyD. expand(int rank)ArrayAnyD<N>ArrayAnyD.Factory. make(int... shape)ArrayAnyD<N>ArrayAnyD.Factory. make(long... shape)ArrayAnyD<N>ArrayAnyD.Factory. makeFilled(long[] shape, NullaryFunction<?> supplier)ArrayAnyD<N>ArrayAnyD.Factory. newDenseBuilder(long... shape)ArrayAnyD<N>ArrayAnyD.Factory. newSparseBuilder(long... shape)ArrayAnyD<N>ArrayAnyD. reshape(long... shape)ArrayAnyD<N>ArrayAnyD. squeeze()protected ArrayAnyD<N>BasicArray. wrapInArrayAnyD(long[] structure)A utility facade that conveniently/consistently presents the BasicArray as a multi-dimensional array.Methods in org.ojalgo.array that return types with arguments of type ArrayAnyD Modifier and Type Method Description (package private) FactoryAnyD<ArrayAnyD<N>>ArrayAnyD. factory()TensorFactoryAnyD<N,ArrayAnyD<N>>ArrayAnyD.Factory. tensor() -
Uses of ArrayAnyD in org.ojalgo.netio
Methods in org.ojalgo.netio that return ArrayAnyD Modifier and Type Method Description static ArrayAnyD<java.lang.Double>IDX. parse(java.io.File filePath)static ArrayAnyD<java.lang.Double>IDX. parse(java.io.File file, DenseArray.Factory<java.lang.Double,?> factory)static ArrayAnyD<java.lang.Double>IDX. parse(java.lang.String filePath)static ArrayAnyD<java.lang.Double>IDX. parse(java.lang.String filePath, DenseArray.Factory<java.lang.Double,?> arrayFactory)Methods in org.ojalgo.netio that return types with arguments of type ArrayAnyD Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
DataInterpreter<ArrayAnyD<N>>DataInterpreter. newIDX(DenseArray.Factory<N,?> denseArray) -
Uses of ArrayAnyD in org.ojalgo.tensor
Fields in org.ojalgo.tensor declared as ArrayAnyD Modifier and Type Field Description private ArrayAnyD<N>AnyTensor. myArrayMethods in org.ojalgo.tensor that return ArrayAnyD Modifier and Type Method Description (package private) ArrayAnyD<N>AnyTensor. getArray()
-