I have the need to take the square root of a ublas::vector, i.e. take the square root of every element of the vector, independently. I tried simply importing <cmath> but that didn't work. Is there a ublas header somewhere that adds this functionality?
Thanks,
Jeremy