6 std::cerr <<
"# [MARK] operator*(const dsymatrix&, const dcovector&)"
12 std::cerr <<
"[ERROR] operator*(const dsymatrix&, const dcovector&)"
14 <<
"These matrix and vector can not make a product." << std::endl
15 <<
"Your input was (" << mat.N <<
"x" << mat.N <<
") * ("
16 << vec.L <<
")." << std::endl;
22 dsymv_(
'L', mat.N, 1.0, mat.Array, mat.N,
23 vec.Array, 1, 0.0, newvec.array, 1 );
Real Double-precision Symmetric Matrix Class [L-type (UPLO=L) Strage].
Definition: dsymatrix.hpp:3
friend _drovector operator*(const drovector &, const dgematrix &)
Definition: drovector-dgematrix.hpp:3
Real Double-precision Column Vector Class.
Definition: dcovector.hpp:3
(DO NOT USE) Smart-temporary Real Double-precision Column Vector Class
Definition: _dcovector.hpp:3