Go to the source code of this file.
_drovector*dgsmatrix operator
Definition at line 3 of file _drovector-dgsmatrix.hpp.
References _(), dgsmatrix::data, _drovector::destroy(), _drovector::l, dgsmatrix::m, dgsmatrix::n, and drovector::zero().
8 std::cerr <<
"These vector and matrix can not make a product." << std::endl
9 <<
"Your input was (" << vec.
l <<
") * (" << mat.
m <<
"x" << mat.
n <<
")." << std::endl;
17 const std::vector<dcomponent>::const_iterator mat_data_end =mat.
data.end();
18 for(std::vector<dcomponent>::const_iterator it=mat.
data.begin(); it!=mat_data_end; it++){
19 newvec(it->j) += vec(it->i)*it->v;
std::vector< dcomponent > data
matrix data
CPPL_INT n
matrix column size
Real Double-precision Row Vector Class.
_dcovector _(dcovector &vec)
CPPL_INT m
matrix row size