- GAP - Static variable in class gui.MatrixControl
-
- get(int, int) - Method in class matrix.ArrayImplementation
-
Gets the element at the indicated row and column in this matrix.
- get(int, int) - Method in class matrix.ArrayListImplementation
-
Gets the element at the indicated row and column in this matrix.
- get(int, int) - Method in interface matrix.Matrix
-
Gets the element at the indicated row and column in this matrix.
- getActionProperty() - Method in class gui.MatrixControl
-
Getter for the value property of the action choicebox.
- getEdited() - Method in class gui.MatrixDisplay
-
Getter for a JavaFX boolean property indicating whether the matrix
being displayed has been edited by the user.
- getEditedProperty() - Method in class gui.MatrixControl
-
Getter for the edited property of the matrix display.
- getM() - Method in class gui.MatrixDisplay
-
Getter for the matrix being displayed.
- getMatrix() - Method in class gui.MatrixControl
-
Getter for the matrix wrapped by the matrix property.
- getNumColumns() - Method in class matrix.AbstractMatrix
-
Returns the number of columns in this matrix.
- getNumColumns() - Method in interface matrix.Matrix
-
Returns the number of columns in this matrix.
- getNumRows() - Method in class matrix.AbstractMatrix
-
Returns the number of rows in this matrix.
- getNumRows() - Method in interface matrix.Matrix
-
Returns the number of rows in this matrix.
- gui - package gui
-