- setElement(int, int, double) - Method in class squarematrix.SquareMatrix
-
Change the value of a specified element of this
matrix.
- setToIdentity() - Method in class squarematrix.SquareMatrix
-
Set the values of the elements of this matrix
to make an identity matrix.
- setToPDFs() - Method in class squarematrix.SquareMatrix
-
Set the values of the elements of this matrix
to make rows that represent PDFs.
- square() - Method in class squarematrix.SquareMatrix
-
Compute the product of this matrix with itself.
- squarematrix - package squarematrix
-
- SquareMatrix - Class in squarematrix
-
Model a square matrix.
- SquareMatrix(int) - Constructor for class squarematrix.SquareMatrix
-
Create a square matrix that has a given number of
rows and columns, with all elements equal to zero.