Uses of Class
org.ojalgo.tensor.TensorFactory2D
-
Packages that use TensorFactory2D Package Description org.ojalgo.array org.ojalgo.matrix org.ojalgo.matrix.store org.ojalgo.tensor -
-
Uses of TensorFactory2D in org.ojalgo.array
Methods in org.ojalgo.array that return TensorFactory2D Modifier and Type Method Description TensorFactory2D<N,Array2D<N>>
Array2D.Factory. tensor()
-
Uses of TensorFactory2D in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return TensorFactory2D Modifier and Type Method Description TensorFactory2D<N,DR>
MatrixFactory. tensor2D()
-
Uses of TensorFactory2D in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return TensorFactory2D Modifier and Type Method Description default TensorFactory2D<N,I>
PhysicalStore.Factory. tensor2D()
-
Uses of TensorFactory2D in org.ojalgo.tensor
Methods in org.ojalgo.tensor that return TensorFactory2D Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
TensorFactory2D<N,MatrixTensor<N>>MatrixTensor. factory(DenseArray.Factory<N> arrayFactory)
static <N extends java.lang.Comparable<N>,T extends Mutate2D>
TensorFactory2D<N,T>TensorFactory2D. of(Factory2D<T> factory)
-