linalg.CoopMat<T, S, M, N, R>.mul
Description
Performs element-wise multiplication of two cooperative matrices.
Signature
linalg.CoopMat<T, S, M, N, R> linalg.CoopMat<T, S, M, N, R>.mul(linalg.CoopMat<T, S, M, N, R> other) where T : __BuiltinArithmeticType;
Parameters
other : linalg.CoopMat<T, S, M, N, R>
The cooperative matrix to multiply with.
Return value
A new cooperative matrix containing the element-wise product.