Compare vectors elementwise
I would find it very useful to have comparison operators for two vectors with a binary vector output. This is heplful for logical indexing, the find
method and so on.
I could imagine soemthing similar to the attached .diff
-file. I am not sure about the exceptions for complex vectors, so please review!