Uses of Class
org.nuiton.math.matrix.SubMatrix
-
Packages that use 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 SubMatrix
SubMatrix.SubMatrixExcludeIteratorImpl. subMatrix
protected SubMatrix
SubMatrix.SubMatrixIteratorImpl. subMatrix
Constructors in org.nuiton.math.matrix with parameters of type SubMatrix Constructor Description SubMatrixExcludeIteratorImpl(SubMatrix subMatrix, double exclude)
SubMatrixIteratorImpl(SubMatrix subMatrix)
-