Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Doptimization.cc1566 gen tmpfsol=_fsolve(makesequence(gr,allvars,allinitial),contextptr); in find_local_extrema() local
1567 if (tmpfsol.type==_VECT) { in find_local_extrema()
1568 vecteur &fsol=*tmpfsol._VECTptr; in find_local_extrema()
1609 gen tmpfsol=_fsolve(makesequence(eqv,tmpvars,initial),contextptr); in find_local_extrema() local
1610 if (tmpfsol.type==_VECT) { in find_local_extrema()
1611 vecteur &fsol=*tmpfsol._VECTptr; in find_local_extrema()