8 std::cerr <<
"These vector and matrix can not make a product." << std::endl
9 <<
"Your input was (" << vec.
l <<
") * (" << mat.
n <<
"x" << mat.
n <<
")." << 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 );
_zrovector operator*(const zrovector &vec, const zhematrix &mat)
CPPL_INT n
matrix column size
Complex Double-precision Row Vector Class.
(DO NOT USE) Smart-temporary Complex Double-precision Row Vector Class
comple * array
1D array to store matrix data
Complex Double-precision Hermitian Matrix Class [l-type (UPLO=l) Strage].
_dcovector _(dcovector &vec)
comple * array
1D array to store vector data