MatrixTModulus Operator |
Name | Description | |
---|---|---|
![]() ![]() | Modulus(T, MatrixT) | Computes the pointwise remainder (% operator), where the result has the sign of the dividend, of the given dividend of each element of the matrix. |
![]() ![]() | Modulus(MatrixT, T) | Computes the pointwise remainder (% operator), where the result has the sign of the dividend, of each element of the matrix of the given divisor. |
![]() ![]() | Modulus(MatrixT, MatrixT) | Computes the pointwise remainder (% operator), where the result has the sign of the dividend, of each element of two matrices. |