Uses of Interface
org.nuiton.math.matrix.MatrixProvider
| Package | Description |
|---|---|
| org.nuiton.math.matrix |
Nuiton matrix api.
|
-
Uses of MatrixProvider in org.nuiton.math.matrix
Fields in org.nuiton.math.matrix declared as MatrixProvider Modifier and Type Field Description protected MatrixProviderMatrixProxy. matrixProviderMethods in org.nuiton.math.matrix that return MatrixProvider Modifier and Type Method Description MatrixProviderMatrixProxy. getMatrixProvider()Methods in org.nuiton.math.matrix with parameters of type MatrixProvider 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)voidMatrixProxy. setMatrixProvider(MatrixProvider matrixProvider)