Home
last modified time | relevance | path

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

/dports/math/palp/palp-2.20/
H A DRat.h30 LLong LREgcd(LLong *vec_in, int *d, LLong *vec_out);
H A DRat.c276 LLong LREgcd(LLong *Vin, int *_n, LLong *Vout) /* recursive LEgcd(a_1,...,a_n) */ in LREgcd() function
279 *Ain=LREgcd(Vin,&N,Vout); Ain[1]=Vin[N]; gcd= in LREgcd()