Uses of Class
org.ojalgo.array.ArrayAnyD
Packages that use ArrayAnyD
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of ArrayAnyD in org.ojalgo.array
Methods in org.ojalgo.array that return ArrayAnyDModifier and TypeMethodDescriptionArrayAnyD.build()
ArrayAnyD.Factory.copy
(AccessAnyD<?> source) ArrayAnyD.expand
(int rank) ArrayAnyD.Factory.make
(int... shape) ArrayAnyD.Factory.make
(long... shape) ArrayAnyD.Factory.makeFilled
(long[] shape, NullaryFunction<?> supplier) ArrayAnyD.Factory.newDenseBuilder
(long... shape) ArrayAnyD.Factory.newSparseBuilder
(long... shape) ArrayAnyD.reshape
(long... shape) ArrayAnyD.squeeze()
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 ArrayAnyDModifier and TypeMethodDescription(package private) FactoryAnyD
<ArrayAnyD<N>> ArrayAnyD.factory()
ArrayAnyD.Factory.tensor()
-
Uses of ArrayAnyD in org.ojalgo.netio
Methods in org.ojalgo.netio that return ArrayAnyDModifier and TypeMethodDescriptionIDX.parse
(File file, DenseArray.Factory<Double> factory) IDX.parse
(String filePath, DenseArray.Factory<Double> arrayFactory) Methods in org.ojalgo.netio that return types with arguments of type ArrayAnyDModifier and TypeMethodDescriptionstatic <N extends 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 ArrayAnyDMethods in org.ojalgo.tensor that return ArrayAnyD