Merge pull request #3120 from StevenPuttemans:fix_bug3863
This commit is contained in:
commit
2ed24876af
@ -289,8 +289,8 @@ Compares elements of two matrices.
|
||||
:param cmpop: Flag specifying the relation between the elements to be checked:
|
||||
|
||||
* **CMP_EQ:** ``a(.) == b(.)``
|
||||
* **CMP_GT:** ``a(.) < b(.)``
|
||||
* **CMP_GE:** ``a(.) <= b(.)``
|
||||
* **CMP_GT:** ``a(.) > b(.)``
|
||||
* **CMP_GE:** ``a(.) >= b(.)``
|
||||
* **CMP_LT:** ``a(.) < b(.)``
|
||||
* **CMP_LE:** ``a(.) <= b(.)``
|
||||
* **CMP_NE:** ``a(.) != b(.)``
|
||||
|
Loading…
x
Reference in New Issue
Block a user