Go to the source code of this file.
dgrmatrix*double operator
Definition at line 31 of file dgrmatrix-double.hpp.
References dgrmatrix::a.
35 const std::vector<double>::iterator newmat_a_end =newmat.
a.end();
36 for(std::vector<double>::iterator it=newmat.
a.begin(); it!=newmat_a_end; it++){
std::vector< double > a
matrix component values
Real Double-precision General Compressed Sparse Row (CSR) Matrix Class.
dgrmatrix/double operator
Definition at line 45 of file dgrmatrix-double.hpp.
References dgrmatrix::a.
49 const std::vector<double>::iterator newmat_a_end =newmat.
a.end();
50 for(std::vector<double>::iterator it=newmat.
a.begin(); it!=newmat_a_end; it++){
std::vector< double > a
matrix component values
Real Double-precision General Compressed Sparse Row (CSR) Matrix Class.