Go to the source code of this file.
_zrovector*zgematrix operator
Definition at line 3 of file _zrovector-zgematrix.hpp.
References _(), _zrovector::array, zrovector::array, zgematrix::array, _zrovector::destroy(), _zrovector::l, zgematrix::m, and zgematrix::n.
8 std::cerr <<
"These vector and matrix can not make a product." << std::endl
9 <<
"Your input was (" << vec.
l <<
") * (" << mat.
m <<
"x" << mat.
n <<
")." << std::endl;
16 comple alpha =comple(1.,0.);
18 comple beta =comple(0.,0.);
20 zgemv_( &trans, &mat.
m, &mat.
n, &alpha, mat.
array, &mat.
m, vec.
array, &inc, &beta, newvec.array, &inc );
CPPL_INT n
matrix column size
comple * array
1D array to store matrix data
Complex Double-precision Row Vector Class.
comple * array
1D array to store vector data
CPPL_INT m
matrix row size
_dcovector _(dcovector &vec)