Uses of Interface
org.nuiton.math.matrix.MatrixProvider
Packages that use MatrixProvider
-
Uses of MatrixProvider in org.nuiton.math.matrix
Fields in org.nuiton.math.matrix declared as MatrixProviderMethods in org.nuiton.math.matrix that return MatrixProviderMethods in org.nuiton.math.matrix with parameters of type MatrixProviderModifier 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) voidMatrixProxy.setMatrixProvider(MatrixProvider matrixProvider)