linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUse R>.lessThanOrEquals
Description
Performs lexicographic comparison to test if this matrix is less than or equal to another.
Signature
bool linalg::CoopMat<T, MemoryScope S, int M, int N, linalg.CoopMatMatrixUseR>.lessThanOrEquals( 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 this matrix is lexicographically less than or equal to other, false otherwise.