y = Ax
.
mult
multiplies this matrix by a given matrix. The result matrix is returned as a new object. If the given matrix is null, a null matrix is returned.
@param mat the matrix to multiply this matrix by.
@return the result matrix.
mult
multiplies this quaternion by a parameter quaternion. The result is returned as a new quaternion. It should be noted that quaternion multiplication is not commutative so q * p != p * q.
@param q the quaternion to multiply this quaternion by.
@return the new quaternion.
mult
multiplies this vector by a scalar. The resultant vector is returned.
@param scalar the value to multiply this vector by.
@return the new vector.
mult
multiplies this vector by a scalar. The resultant vector is returned.
@param scalar the value to multiply this vector by.
@return the new vector.
IntegerPolynomial
, taking the indices mod N
.
@param poly2 a polynomial
@return the product of the two polynomials
mult
multiplies this vector by a scalar. The resultant vector is returned.
@param scalar the value to multiply this vector by.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|