Searched defs:solve (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/libcola/ |
H A D | gradient_projection.cpp | 37 * Use gradient-projection to solve an instance of 42 unsigned GradientProjection::solve(double * b) { function in class:GradientProjection
|
/inkscape/src/libvpsc/ |
H A D | solve_VPSC.cpp | 124 void Solver::solve() { function in class:vpsc::Solver 129 void IncSolver::solve() { function in class:vpsc::IncSolver
|
/inkscape/src/2geom/ |
H A D | polynomial.cpp | 79 std::vector<std::complex<double> > solve(Poly const & pp) { function in namespace:Geom 106 std::vector<std::complex<double> > roots = solve(p);
|
H A D | bezier-clipping.cpp | 139 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 D | conicsec.cpp | 627 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 D | dxf_outlines.py | 47 from numpy.linalg import solve namespace 180 xctrl = solve(solmatrix, self.xfit) 181 yctrl = solve(solmatrix, self.yfit)
|
/inkscape/src/libavoid/ |
H A D | vpsc.cpp | 219 bool IncSolver::solve() { function in class:Avoid::IncSolver
|
Completed in 31 milliseconds