Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Doptimization.cc3529 gen F=subst(f,derive(symb_of(y,x),x,contextptr),dy,false,contextptr); in _bvpsolve()
3530 F=subst(F,symb_of(y,x),y,false,contextptr); in _bvpsolve()
3698 ut[i]=symb_of(u[i],t); in _euler_lagrange()
3702 Dut[i]=symb_of(Du[i],t); in _euler_lagrange()
3744 gen ret=subst(L,symb_of(symbolic(at_derive,y),t),dy,false,contextptr); in parse_functional()
3746 ret=subst(ret,derive(symb_of(y,t),t,contextptr),dy,false,contextptr); in parse_functional()
3747 ret=subst(ret,symb_of(y,t),y,false,contextptr); in parse_functional()
3784 gen jeq=simp(derive(Ldydy,t,contextptr),contextptr)*derive(symb_of(h,t),t,contextptr); in _jacobi_equation()
3785 jeq+=Ldydy*derive(symb_of(h,t),t,2,contextptr)-d*symb_of(h,t); in _jacobi_equation()
3787 …gen sol=_deSolve(makesequence(makevecteur(jeq,symb_equal(symb_of(h,a),0)),makevecteur(t,h)),contex… in _jacobi_equation()
[all …]
H A Dusual.h405 symbolic symb_of(const gen & a);
406 symbolic symb_of(const gen & a,const gen & b);
H A Dti89.cc542 f=symb_of(f,v.back()); in _randPoly()
548 f=symb_of(f,gen(vecteur(v.begin()+4,v.end()),_SEQ__VECT)); in _randPoly()
614 f=symb_of(f,v.back()); in _randPoly()
620 f=symb_of(f,gen(vecteur(v.begin()+3,v.end()),_SEQ__VECT)); in _randPoly()
H A Ddesolve.cc1108 yof=symb_of(y,gen(vecteur(1,x),_SEQ__VECT)); in desolve_f()
2445 gen dy=identificateur(" dy"),d2y=identificateur(" d2y"),yx=symb_of(y,x); in _kovacicsols()
H A Drpn.cc3710 vecteur vars0(makevecteur(n__IDNT_e,symb_of(uk,n__IDNT_e-1),symb_of(uk,n__IDNT_e-2))); in seqapp_prepare()
H A Dusual.cc5335 return symb_of(a,b); in check_symb_of()
5350 return symb_of(a,b); in check_symb_of()
5356 symbolic symb_of(const gen & a,const gen & b){ in symb_of() function
5361 symbolic symb_of(const gen & a){ in symb_of() function
5411 return symb_of(args); in _of()
H A Dglobal.cc5343 return symb_of(a,g); in add_autosimplify()
H A Dgen.cc9394 return symb_of(tmp,i); in operator ()()
9533 return symb_of(*this,i); in operator ()()
13033 g += symb_of(gen(abs_calc_mode(contextptr)==38?"b":"O",contextptr),remains); in print_SPOL1()
H A DEquation.cc1087 gg += symb_of(gen("O",contextptr),remains); in Equation_compute_size()
H A Dvecteur.cc11265 loi=symb_of(loi,e._VECTptr->back()); in _ranm()
11277 loi=symb_of(loi,gen(vecteur(e._VECTptr->begin()+3,e._VECTptr->end()),_SEQ__VECT)); in _ranm()
11332 loi=symb_of(loi,e._VECTptr->back()); in _randvector()
11342 loi=symb_of(loi,gen(vecteur(e._VECTptr->begin()+2,e._VECTptr->end()),_SEQ__VECT)); in _randvector()
H A Dsolve.cc3816 tmp[i]=at?symbolic(at_at,makesequence(v[1],i)):symb_of(v[1],i+1); in in_fsolve()
H A Dplot.cc11356 return symb_of(e,f); in unarchive_SYMB()