CPPLapack
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Friends
Pages
include
double-
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
}
operator*
_zrovector operator*(const double &d, const _zrovector &vec)
Definition:
double-_zrovector.hpp:3
_zrovector::l
CPPL_INT l
vector size
Definition:
_zrovector.hpp:9
_zrovector
(DO NOT USE) Smart-temporary Complex Double-precision Row Vector Class
Definition:
_zrovector.hpp:3
_zrovector::array
comple * array
1D array to store vector data
Definition:
_zrovector.hpp:10
Generated by
1.8.6