linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUse R>.equals
Description
Tests if two cooperative matrices are equal by comparing all elements.
Signature
bool linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUseR>.equals( linalg.CoopMat<T, S, M, N, R> other) where T : __BuiltinArithmeticType;
Parameters
other : linalg.CoopMat<T, S, M, N, R>
The cooperative matrix to compare with.
Return value
True if all corresponding elements are equal, false otherwise.