Home
last modified time | relevance | path

Searched refs:testquartic (Results 1 – 2 of 2) sorted by relevance

/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dmrank2.h67 int testquartic(const bigint& c, const bigint& d1, const bigint& d2, int which);
/dports/math/eclib/eclib-20210318/libsrc/
H A Dmrank2.cc92 int rank2::testquartic(const bigint& c,const bigint& d1,const bigint& d2,int which) in testquartic() function in rank2
581 if(stage==1) res = testquartic(c,d1,d2,which); in find_glsgens()