Go to the source code of this file.
[inline]
double*drovector operator
Definition at line 3 of file double-drovector.hpp.
References _(), drovector::array, i(), and drovector::l.
{VERBOSE_REPORT; drovector newvec(vec.l); for(long i=0; i<vec.l; i++){ newvec.array[i] =d*vec.array[i]; } return _(newvec); }