Uses of Class
org.ojalgo.tensor.TensorFactory1D
-
Packages that use TensorFactory1D Package Description org.ojalgo.array org.ojalgo.matrix org.ojalgo.matrix.store org.ojalgo.tensor -
-
Uses of TensorFactory1D in org.ojalgo.array
Methods in org.ojalgo.array that return TensorFactory1D Modifier and Type Method Description TensorFactory1D<N,Array1D<N>>
Array1D.Factory. tensor()
-
Uses of TensorFactory1D in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return TensorFactory1D Modifier and Type Method Description TensorFactory1D<N,DR>
MatrixFactory. tensor1D()
-
Uses of TensorFactory1D in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return TensorFactory1D Modifier and Type Method Description default TensorFactory1D<N,I>
PhysicalStore.Factory. tensor1D()
-
Uses of TensorFactory1D in org.ojalgo.tensor
Methods in org.ojalgo.tensor that return TensorFactory1D Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
TensorFactory1D<N,VectorTensor<N>>VectorTensor. factory(DenseArray.Factory<N> arrayFactory)
static <N extends java.lang.Comparable<N>,T extends Mutate1D>
TensorFactory1D<N,T>TensorFactory1D. of(Factory1D<T> factory)
-