5 const std::vector<dcomponent>::iterator mat_data_end =mat.
data.end();
6 for(std::vector<dcomponent>::iterator it=mat.
data.begin(); it!=mat_data_end; it++){
24 std::vector<dcomponent>::const_iterator itx(mat.
data.begin());
27 const std::vector<dcomponent>::const_iterator mat_data_end =mat.
data.end();
28 for(std::vector<dcomponent>::const_iterator it=mat.
data.begin(); it!=mat_data_end; it++){
45 std::vector<dcomponent>::const_iterator itx(mat.
data.begin());
48 const std::vector<dcomponent>::const_iterator mat_data_end =mat.
data.end();
49 for(std::vector<dcomponent>::const_iterator it=mat.
data.begin(); it!=mat_data_end; it++){
std::vector< std::vector< CPPL_INT > > cols
array of vector to store the entry information of component for each column
std::vector< std::vector< CPPL_INT > > rows
array of vector to store the entry information of component for each row
_dgematrix i(const _dgbmatrix &mat)
(DO NOT USE) Smart-temporary Real Double-precision General Sparse Matrix Class
void swap(dcovector &u, dcovector &v)
std::vector< dcomponent > data
matrix data
void idamax(CPPL_INT &i, CPPL_INT &j, const _dgsmatrix &mat)
double damax(const _dgsmatrix &mat)
_dgsmatrix t(const _dgsmatrix &mat)