7 std::cerr <<
"This function call has no effect since the matrix is symmetric." << std::endl;
23 std::vector<dcomponent>::const_iterator itx(mat.
data.begin());
26 const std::vector<dcomponent>::const_iterator mat_data_end =mat.
data.end();
27 for(std::vector<dcomponent>::const_iterator it=mat.
data.begin(); it!=mat_data_end; it++){
28 if( vmax < fabs(it->v) ){
42 std::vector<dcomponent>::const_iterator itx(mat.
data.begin());
45 const std::vector<dcomponent>::const_iterator mat_data_end =mat.
data.end();
46 for(std::vector<dcomponent>::const_iterator it=mat.
data.begin(); it!=mat_data_end; it++){
47 if( vmax < fabs(it->v) ){
std::vector< dcomponent > data
matrix data
(DO NOT USE) Smart-temporary Real Double-precision Symmetric Sparse Matrix Class
_dgematrix i(const _dgbmatrix &mat)
void idamax(CPPL_INT &i, CPPL_INT &j, const dssmatrix &mat)
double damax(const dssmatrix &mat)
Real Double-precision Symmetric Sparse Matrix Class.
_dssmatrix t(const dssmatrix &mat)
_dcovector _(dcovector &vec)