Home
last modified time | relevance | path

Searched refs:points_from_x (Results 1 – 3 of 3) sorted by relevance

/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dpoints.h151 vector<Point> points_from_x(Curvedata &E, const bigrational& x);
/dports/math/eclib/eclib-20210318/libsrc/
H A Delog.cc240 vector<Point> Plist = points_from_x(E, xP); in ellztopoint()
313 vector<Point> x_points = points_from_x(E,*x); in division_points_by2()
H A Dpoints.cc273 vector<Point> points_from_x(Curvedata &E, const bigrational& x) in points_from_x() function
607 Qs = points_from_x(*E, *xQi); in division_points()