Searched refs:new_stress (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcola/
H A Dcola.h123 virtual bool operator()(double new_stress, double* /*X*/, double* /*Y*/) { argument
124 //std::cout<<"iteration="<<iterations<<", new_stress="<<new_stress<<std::endl;
126 old_stress = new_stress;
134 fabs(new_stress - old_stress) / (new_stress + 1e-10) < tolerance
136 old_stress = new_stress;
/inkscape/src/
H A Dgraphlayout.cpp60 bool operator()(double new_stress, double* X, double* Y) { argument
63 cout << "stress="<<new_stress<<endl;
79 return TestConvergence::operator()(new_stress,X,Y);

Completed in 15 milliseconds