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