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