CPPLapack
 All Classes Files Functions Variables Friends Pages
double-_zrovector.hpp
Go to the documentation of this file.
1 //=============================================================================
2 /*! double*_zrovector operator */
3 inline _zrovector operator*(const double& d, const _zrovector& vec)
4 {CPPL_VERBOSE_REPORT;
5  CPPL_INT inc =1;
6  zdscal_(&vec.l, &d, vec.array, &inc);
7  return vec;
8 }
_zrovector operator*(const double &d, const _zrovector &vec)
CPPL_INT l
vector size
Definition: _zrovector.hpp:9
(DO NOT USE) Smart-temporary Complex Double-precision Row Vector Class
Definition: _zrovector.hpp:3
comple * array
1D array to store vector data
Definition: _zrovector.hpp:10