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