imagej-ops icon indicating copy to clipboard operation
imagej-ops copied to clipboard

Eliminate redundant RealType math ops

Open awalter17 opened this issue 9 years ago • 1 comments

We will have converters between double and RealType. Hence, PrimitiveMath will cover most of the necessary binary and unary operations, at least for most of the common RealType classes. Therefore, many of the operations in net.imagej.ops.arithmetic.real could be eliminated.

awalter17 avatar Jun 11 '15 20:06 awalter17

We probably want all the primitive math stuff in scijava-ops (after it is split out) and all the RealType and NumericType stuff in imagej-ops. Yes there is overlap, but that is OK.

ctrueden avatar Dec 01 '15 15:12 ctrueden