Home
last modified time | relevance | path

Searched refs:firstcoeff (Results 1 – 6 of 6) sorted by relevance

/dports/math/coxeter3/coxeter-7b5a1f0/
H A Dpolynomials.hpp314 int firstcoeff = 1; in append() local
321 if (firstcoeff) in append()
322 firstcoeff = 0; in append()
370 int firstcoeff = 1; in append() local
375 if (firstcoeff) in append()
376 firstcoeff = 0; in append()
426 int firstcoeff = 1; in append() local
433 if (firstcoeff) in append()
434 firstcoeff = 0; in append()
486 int firstcoeff = 1; in append() local
[all …]
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgausspol.h69 polynome firstcoeff(const polynome & p);
H A Dgausspol.cc200 polynome firstcoeff(const polynome & p){ in firstcoeff() function
2826 pp0=firstcoeff(P).trunc1(); in subresultant()
2829 qp0=firstcoeff(Q).trunc1(); in subresultant()
3668 polynome b0(firstcoeff(b)); in psrgcdmod()
6529 an=firstcoeff(pcur).trunc1(); in unitarize()
H A Dsym2poly.cc4146 pp0=firstcoeff(pp0).trunc1(); in _resultant()
4149 qp0=firstcoeff(qp0).trunc1(); in _resultant()
H A Ddesolve.cc299 …lnpart=lnpart+rdiv(r2e(it->num,l,contextptr),r2e(firstcoeff(a),lprime,contextptr),contextptr)*exp(… in pf_ilaplace()
H A Dintg.cc1560 …lnpart=lnpart+rdiv(r2e(it->num,l,contextptr),r2e(firstcoeff(it->den),l,contextptr),contextptr)*lna… in integrate_rational_end()
2249 return firstcoeff(*e._POLYptr).trunc1(); in firstcoefftrunc()