Boost logo

Ublas :

From: Jeremy Conlin (jeremit0_at_[hidden])
Date: 2008-08-11 16:08:40


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