Uses of Class
org.ojalgo.tensor.TensorFactory1D
Packages that use TensorFactory1D
-
Uses of TensorFactory1D in org.ojalgo.array
Methods in org.ojalgo.array that return TensorFactory1D -
Uses of TensorFactory1D in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return TensorFactory1D -
Uses of TensorFactory1D in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return TensorFactory1D -
Uses of TensorFactory1D in org.ojalgo.tensor
Methods in org.ojalgo.tensor that return TensorFactory1DModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
TensorFactory1D<N, VectorTensor<N>> VectorTensor.factory
(DenseArray.Factory<N> arrayFactory) static <N extends Comparable<N>,
T extends Mutate1D>
TensorFactory1D<N, T>