- set(int, int, int) - Method in class matrix.ArrayImplementation
-
Sets the element at the indicated row and column in this matrix.
- set(int, int, int) - Method in class matrix.ArrayListImplementation
-
Sets the element at the indicated row and column in this matrix.
- set(int, int, int) - Method in interface matrix.Matrix
-
Sets the element at the indicated row and column in this matrix.
- setNumColumns(int) - Method in class matrix.AbstractMatrix
-
Sets the number of columns in this matrix.
- setNumColumns(int) - Method in interface matrix.Matrix
-
Sets the number of columns in this matrix.
- setNumRows(int) - Method in class matrix.AbstractMatrix
-
Sets the number of rows in this matrix.
- setNumRows(int) - Method in interface matrix.Matrix
-
Sets the number of rows in this matrix.
- sumColumn(int) - Method in interface matrix.Matrix
-
Sums the values in a given column of this matrix.
- sumRow(int) - Method in interface matrix.Matrix
-
Sums the values in a given row of this matrix.