Uses of Interface
org.nuiton.math.matrix.SemanticsDecorator
| Package | Description |
|---|---|
| org.nuiton.math.matrix |
Nuiton matrix api.
|
-
Uses of SemanticsDecorator in org.nuiton.math.matrix
Fields in org.nuiton.math.matrix declared as SemanticsDecorator Modifier and Type Field Description protected SemanticsDecoratorMatrixSemanticsDecorator. decoratorprotected SemanticsDecoratorMatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator. decoratorConstructors in org.nuiton.math.matrix with parameters of type SemanticsDecorator Constructor Description MatrixSemanticsDecorator(MatrixND matrix, SemanticsDecorator decorator)SemanticsDecoratorMatrixIterator(MatrixND mat, SemanticsDecorator decorator, MatrixIterator iterator)