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