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