kuwisdelu / matter

Scientific computing for out-of-memory signals and images
http://www.cardinalmsi.org
53 stars 3 forks source link

Add deferred support for Ops group generic #18

Open kuwisdelu opened 2 months ago

kuwisdelu commented 2 months ago

Outdated documentation says we support all Ops (Arith, Compare, Logic), but only Arith is currently supported. Add support for Compare and Logic group generics.

kuwisdelu commented 2 months ago

Fixed documentation, but this is a non-trivial add. (It works easily enough for integers only because logical is implemented as int in the C code--will fail for floats.)