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