linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUse R>.neg
Description
Negates all elements in the cooperative matrix.
Signature
linalg.CoopMat<T, S, M, N, R> linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUseR>.neg() where T : __BuiltinArithmeticType;
Return value
A new cooperative matrix with all elements negated.