Uses of Class
org.nuiton.math.matrix.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 MatrixProxyMatrixFactory. createProxy(String name, int[] dim, String[] dimNames, MatrixProvider matrixProvider)MatrixProxyMatrixFactory. createProxy(String name, int[] dim, MatrixProvider matrixProvider)MatrixProxyMatrixFactory. createProxy(String name, List<?>[] semantics, String[] dimNames, MatrixProvider matrixProvider)MatrixProxyMatrixFactory. createProxy(String name, List<?>[] semantics, MatrixProvider matrixProvider)MatrixProxyMatrixFactory. createProxy(List<?>[] semantics, MatrixProvider matrixProvider)