6 std::cerr <<
"# [MARK] operator*(const dgbmatrix&, const dcovector&)"
12 std::cerr <<
"[ERROR] operator*(const dgbmatrix&, const dcovector&)"
14 <<
"These matrix and vector can not make a product." << std::endl
15 <<
"Your input was (" << mat.M <<
"x" << mat.N <<
") * ("
16 << vec.L <<
")." << std::endl;
22 dgbmv_(
'N', mat.M, mat.N, mat.KL, mat.KU, 1.0, mat.Array,
23 mat.KL+mat.KU+1, vec.Array, 1, 0.0, newvec.Array, 1 );
Real Double-precision General Band Matrix Class.
Definition: dgbmatrix.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