Uses of Class
org.nuiton.math.matrix.SubMatrix
| Package | Description |
|---|---|
| org.nuiton.math.matrix |
Nuiton matrix api.
|
-
Uses of SubMatrix in org.nuiton.math.matrix
Fields in org.nuiton.math.matrix declared as SubMatrix Modifier and Type Field Description protected SubMatrixSubMatrix.SubMatrixExcludeIteratorImpl. subMatrixprotected SubMatrixSubMatrix.SubMatrixIteratorImpl. subMatrixConstructors in org.nuiton.math.matrix with parameters of type SubMatrix Constructor Description SubMatrixExcludeIteratorImpl(SubMatrix subMatrix, double exclude)SubMatrixIteratorImpl(SubMatrix subMatrix)