CPPLapack
 All Classes Files Functions Variables Friends
complex-_zrovector.hpp
Go to the documentation of this file.
00001 //=============================================================================
00002 /*! comple*_zrovector operator */
00003 inline _zrovector operator*(const comple& d, const _zrovector& vec)
00004 {VERBOSE_REPORT;
00005   zscal_(vec.l, d, vec.array, 1);  
00006   return vec;
00007 }
 All Classes Files Functions Variables Friends