VERB_code_2.3
double-_zrovector.hpp
1 //=============================================================================
3 inline _zrovector operator*(const double& d, const _zrovector& vec)
4 {
5 #ifdef CPPL_VERBOSE
6  std::cerr << "# [MARK] operator*(const double&, const _zrovector&)"
7  << std::endl;
8 #endif//CPPL_VERBOSE
9 
10  zdscal_(vec.L, d, vec.Array, 1);
11  return vec;
12 }
long L
vector size
Definition: _zrovector.hpp:7
(DO NOT USE) Smart-temporary Complex Double-precision Row Vector Class
Definition: _zrovector.hpp:3
std::complex< double > * Array
1D Array to store vector data
Definition: _zrovector.hpp:8
friend _drovector operator*(const drovector &, const dgematrix &)
Definition: drovector-dgematrix.hpp:3