Searched defs:solve (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/libcola/
H A Dgradient_projection.cpp37 * Use gradient-projection to solve an instance of
42 unsigned GradientProjection::solve(double * b) { function in class:GradientProjection
/inkscape/src/libvpsc/
H A Dsolve_VPSC.cpp124 void Solver::solve() { function in class:vpsc::Solver
129 void IncSolver::solve() { function in class:vpsc::IncSolver
/inkscape/src/2geom/
H A Dpolynomial.cpp79 std::vector<std::complex<double> > solve(Poly const & pp) { function in namespace:Geom
106 std::vector<std::complex<double> > roots = solve(p);
H A Dbezier-clipping.cpp139 bool solve(Point & P, Point const& P1, Point const& P2, Point const& Q) function in namespace:Geom::detail::bezier_clipping
520 if (!solve(c, F[0], -F[n-1], B[n]-B[0]))
525 solve(c, F[0], -F[n-1], B[n]-B[0]);
H A Dconicsec.cpp627 boost::optional<Point> solve(double A[2][2], double b[2]) { function in namespace:Geom
643 return solve(A, b);
/inkscape/share/extensions/
H A Ddxf_outlines.py47 from numpy.linalg import solve namespace
180 xctrl = solve(solmatrix, self.xfit)
181 yctrl = solve(solmatrix, self.yfit)
/inkscape/src/libavoid/
H A Dvpsc.cpp219 bool IncSolver::solve() { function in class:Avoid::IncSolver

Completed in 34 milliseconds