linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUse R>.div
Description
Performs element-wise division of two cooperative matrices.
Signature
linalg.CoopMat<T, S, M, N, R> linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUseR>.div( linalg.CoopMat<T, S, M, N, R> other) where T : __BuiltinArithmeticType;
Parameters
other : linalg.CoopMat<T, S, M, N, R>
The cooperative matrix to divide by.
Return value
A new cooperative matrix containing the element-wise quotient.