Uses of Class
org.nuiton.math.matrix.MatrixProxy
-
Packages that use MatrixProxy Package Description org.nuiton.math.matrix Nuiton matrix api. -
-
Uses of MatrixProxy in org.nuiton.math.matrix
Methods in org.nuiton.math.matrix that return MatrixProxy Modifier and Type Method Description MatrixProxy
MatrixFactory. createProxy(String name, int[] dim, String[] dimNames, MatrixProvider matrixProvider)
MatrixProxy
MatrixFactory. createProxy(String name, int[] dim, MatrixProvider matrixProvider)
MatrixProxy
MatrixFactory. createProxy(String name, List<?>[] semantics, String[] dimNames, MatrixProvider matrixProvider)
MatrixProxy
MatrixFactory. createProxy(String name, List<?>[] semantics, MatrixProvider matrixProvider)
MatrixProxy
MatrixFactory. createProxy(List<?>[] semantics, MatrixProvider matrixProvider)
-