linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUse R>.mod
Description
Performs element-wise modulo operation of two cooperative matrices.
Signature
linalg.CoopMat<T, S, M, N, R> linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUseR>.mod( linalg.CoopMat<T, S, M, N, R> other) where T : __BuiltinArithmeticType;
Parameters
other : linalg.CoopMat<T, S, M, N, R>
The cooperative matrix to compute modulo with.
Return value
A new cooperative matrix containing the element-wise remainder.