-4

I was wondering if it was possible to do element wise power in it++. I have not seen a builtin function, and if I overlooked it. How can I achieve this?

Amro
  • 123,847
  • 25
  • 243
  • 454
Carnez Davis
  • 863
  • 2
  • 8
  • 12

1 Answers1

1

This /http://itpp.sourceforge.net/devel/group__logexpfunc.html

Has all the various exponential functions. I'm sure what you need can be found here

clavio
  • 1,022
  • 1
  • 16
  • 34