| Log Message: |
sin(z) now supported
Made enum version of C_TensorUnaryOperation in Data.cpp
Remove unnecessarily restrictive :: on unary functions
this had prevented the complex versions being picked up.
Added dummy versions for those which do not support complex inputs.
-- anything which calls those should be trapped earlier.
Also still to be done, I noticed that C_TensorUnaryOperation is
using constructing redundant Data objects - can this be avoided?
|