Modifier and Type | Method and Description |
---|---|
SquareMatrix |
SquareMatrix.copy()
Create another matrix that is equal to this one.
|
SquareMatrix |
SquareMatrix.multiply(SquareMatrix m)
Create a new matrix that is the product
of this matrix and another given matrix.
|
SquareMatrix |
SquareMatrix.power(int exponent)
Compute a matrix that is equal to this matrix
raised to a given integer power.
|
SquareMatrix |
SquareMatrix.square()
Compute the product of this matrix with itself.
|
Modifier and Type | Method and Description |
---|---|
SquareMatrix |
SquareMatrix.multiply(SquareMatrix m)
Create a new matrix that is the product
of this matrix and another given matrix.
|