Home
last modified time | relevance | path

Searched refs:dxgcd (Results 1 – 7 of 7) sorted by relevance

/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dsmith-form-kannan-bachem.h82 …void dxgcd(Element &s, Element &t, Element &u, Element &v, const Element &a, const Element &b) con… in dxgcd() function
134 dxgcd(s,t,u,v,pivot,other); in eliminateRow1()
176 dxgcd(s,t,u,v,pivot,other); in eliminateCol1()
/dports/math/linbox/linbox-1.6.3/linbox/ring/ntl/
H A Dntl-lzz_pe.h341 …Element& dxgcd(Element &g, Element &s, Element &t, Element &u, Element &v, const Element &a, const… in dxgcd() function
H A Dntl-lzz_px.h454 …Element &dxgcd(Element &g, Element &s, Element &t, Element &u, Element &v, const Element &a, const… in dxgcd() function
/dports/math/givaro/givaro-4.1.1/src/kernel/ring/
H A Dzring.h97 …Element &dxgcd(Element &g, Element &s, Element &t, Element &u, Element &v, const Element &a, const…
/dports/math/linbox/linbox-1.6.3/linbox/ring/
H A Dpir-modular-int32.h135 Element& dxgcd (Element& g, Element& s, Element& t, Element& a1, Element& b1,
H A Dpir-ntl-zz_p.h469 inline static Element& dxgcd (Element& g, Element& s, Element& t, Element& a1, Element& b1,
/dports/math/linbox/linbox-1.6.3/
H A DChangeLog1122 * Add linbox/field/PIR-ntl-ZZ_p.h, adpating ntl-ZZ_p, and adding PIR interface (gcd, xgcd, dxgcd).