Uses of Interface
org.nuiton.math.matrix.SemanticsDecorator
Packages that use SemanticsDecorator
-
Uses of SemanticsDecorator in org.nuiton.math.matrix
Fields in org.nuiton.math.matrix declared as SemanticsDecoratorModifier and TypeFieldDescriptionprotected SemanticsDecoratorMatrixSemanticsDecorator.decoratorprotected SemanticsDecoratorMatrixSemanticsDecorator.SemanticsDecoratorMatrixIterator.decoratorConstructors in org.nuiton.math.matrix with parameters of type SemanticsDecoratorModifierConstructorDescriptionMatrixSemanticsDecorator(MatrixND matrix, SemanticsDecorator decorator) SemanticsDecoratorMatrixIterator(MatrixND mat, SemanticsDecorator decorator, MatrixIterator iterator)