Searched defs:solution (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/numeric/
H A Dlinear_system.h75 return solution();
99 return solution();
112 const Vector & solution() const function in class:Geom::NL::LinearSystem
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp543 // We have a solution, thus sol is defined.
668 int solution = -1; // lol, really hope there aren't more than INT_MAX crossings local
669 if (cross.size() == 1) solution = 0;
675 solution = 0;
681 solution = i;
682 //printf("Found improved solution: %f\n", trial);
687 if (solution != -1) {
688 Geom::Path d1 = res.portion(0., cross[solution].ta);
689 Geom::Path d2 = temp.portion(cross[solution].tb, temp.size());

Completed in 18 milliseconds