6 std::cerr <<
"# [MARK] operator*(const drovector&, const dssmatrix&)"
12 std::cerr <<
"[ERROR] operator*(const drovector&, const dssmatrix&)"
14 <<
"These vector and matrix can not make a product."
16 <<
"Your input was (" << vec.L <<
") * ("
17 << mat.M <<
"x" << mat.N <<
")." << std::endl;
25 for(
int c=0; c<mat.VOL; c++){
26 newvec(mat.Jndx[c]) +=vec(mat.Indx[c])*mat.Array[c];
void zero()
Definition: drovector-misc.hpp:23
Real Double-precision Row Vector Class.
Definition: drovector.hpp:3
(DO NOT USE) Smart-temporary Real Double-precision Row Vector Class
Definition: _drovector.hpp:3
friend _drovector operator*(const drovector &, const dgematrix &)
Definition: drovector-dgematrix.hpp:3
Real Double-precision Sparse Matrix Class.
Definition: dssmatrix.hpp:3