Uses of Interface
org.nuiton.math.matrix.MatrixIterator
| Package | Description |
|---|---|
| org.nuiton.math.matrix |
Nuiton matrix api.
|
-
Uses of MatrixIterator in org.nuiton.math.matrix
Classes in org.nuiton.math.matrix that implement MatrixIterator Modifier and Type Class Description classMatrixIteratorImplMatrixIteratorImpl.static classMatrixSemanticsDecorator.SemanticsDecoratorMatrixIteratorprotected classSubMatrix.SubMatrixExcludeIteratorImplprotected classSubMatrix.SubMatrixIteratorImplFields in org.nuiton.math.matrix declared as MatrixIterator Modifier and Type Field Description protected MatrixIteratorMatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator. iteratorMethods in org.nuiton.math.matrix that return MatrixIterator Modifier and Type Method Description MatrixIteratorMatrixND. iterator()Retourne un iterator sur toute la matrice.MatrixIteratorMatrixNDImpl. iterator()MatrixIteratorMatrixProxy. iterator()MatrixIteratorMatrixSemanticsDecorator. iterator()MatrixIteratorSubMatrix. iterator()MatrixIteratorMatrixND. iteratorNotZero()Retourne un iterator pour toutes les valeurs de la matrices differente de 0MatrixIteratorMatrixNDImpl. iteratorNotZero()MatrixIteratorMatrixProxy. iteratorNotZero()MatrixIteratorMatrixSemanticsDecorator. iteratorNotZero()MatrixIteratorSubMatrix. iteratorNotZero()Constructors in org.nuiton.math.matrix with parameters of type MatrixIterator Constructor Description SemanticsDecoratorMatrixIterator(MatrixND mat, SemanticsDecorator decorator, MatrixIterator iterator)