Uses of Interface
org.nuiton.math.matrix.gui.MatrixTableModel
Packages that use MatrixTableModel
-
Uses of MatrixTableModel in org.nuiton.math.matrix.gui
Classes in org.nuiton.math.matrix.gui that implement MatrixTableModelModifier and TypeClassDescriptionclassMatrixTableModelLinear.classExtension de AbstractTableModel pour definir un TableModel avec une MatrixND comme support d'information.classModel that take a delegate model to add additional lines during rendering (such as row sum, column sum, row mean, column mean...)Fields in org.nuiton.math.matrix.gui declared as MatrixTableModelConstructors in org.nuiton.math.matrix.gui with parameters of type MatrixTableModelModifierConstructorDescriptionMatrixTableModelOption(MatrixTableModel delegate) MatrixTableModelOption(MatrixTableModel delegate, boolean sumOption, boolean meanOption, boolean transposeOption)