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++){
double * Array
1D array to store non-zero matrix data
Definition: _dssmatrix.hpp:11
(DO NOT USE) Smart-temporary Real Double-precision Sparse Matrix Class
Definition: _dssmatrix.hpp:3
long M
matrix row size
Definition: _dssmatrix.hpp:7
Real Double-precision Row Vector Class.
Definition: drovector.hpp:3
long * Jndx
1D array to store the j-index of non-zero matrix components
Definition: _dssmatrix.hpp:13
(DO NOT USE) Smart-temporary Real Double-precision Row Vector Class
Definition: _drovector.hpp:3
long VOL
the number of non-zero components
Definition: _dssmatrix.hpp:10
friend _drovector operator*(const drovector &, const dgematrix &)
Definition: drovector-dgematrix.hpp:3
long N
matrix column size
Definition: _dssmatrix.hpp:8
long * Indx
1D array to store the i-index of non-zero matrix components
Definition: _dssmatrix.hpp:12
void destroy() const
Definition: _dssmatrix-misc.hpp:3