Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dunary.cc211 map_apply(*e._MAPptr,f,*g._MAPptr,contextptr); in apply()
264 map_apply(*e._MAPptr,*g._MAPptr,contextptr,f); in apply()
327 map_apply(*e._MAPptr,*g._MAPptr,contextptr,f); in apply()
H A Dgen.cc4534 sparse_add(*a._MAPptr,*b._MAPptr,*g._MAPptr); in operator_plus()
5324 sparse_sub(*a._MAPptr,*b._MAPptr,*g._MAPptr); in operator_minus()
5693 *g._MAPptr=*a._MAPptr; in operator -()
6301 sparse_mult(*a._MAPptr,*b._MAPptr,*g._MAPptr); in operator_times()
6313 convert(*a._MAPptr,A); in operator_times()
6324 if (!sparse_mult(*a._MAPptr,*b._VECTptr,*g._MAPptr)) in operator_times()
6338 convert(*b._MAPptr,B); in operator_times()
6349 if (!sparse_mult(*a._VECTptr,*b._MAPptr,*g._MAPptr)) in operator_times()
6364 *g._MAPptr=*b._MAPptr; in operator_times()
7814 *g._MAPptr=*a._MAPptr; in rdiv()
[all …]
H A Dsparse.cc889 gen_map & m=*g._MAPptr; in is_sparse_matrix()
890 return is_sparse_matrix(*g._MAPptr,nrows,ncols,n); in is_sparse_matrix()
914 return is_sparse_vector(*g._MAPptr,nrows,n); in is_sparse_vector()
H A Dprog.cc1914 test=test.type==_MAP?!test._MAPptr->empty():test.evalf_double(evallevel,contextptr); in ifte()
2396 return !testf._MAPptr->empty(); in for_test()
2504 gen_map::iterator it=tmp._MAPptr->begin(),itend=tmp._MAPptr->end(); in _for()
7826 if (!convert(*g._MAPptr,res)) in _convert()
7856 gen_map & res=*resg._MAPptr; in _convert()
8574 const gen_map & m=*v[1]._MAPptr; in _member()
8860 if (!convert(*g._MAPptr,res)) in _matrix()
13327 tmp._MAPptr->insert(m._MAPptr->begin(),m._MAPptr->end()); in _struct_dot()
H A Dusual.cc310 if (args.type==_MAP && args._MAPptr->empty()) in _not()
3657 if (!stomap(*g._MAPptr,indice,a)) in sto()
3798 gen_map::iterator it=valeur._MAPptr->find(indice),itend=valeur._MAPptr->end(); in sto()
3805 if (!stomap(*valeur._MAPptr,indice,a)) in sto()
3810 gen_map m(*valeur._MAPptr); in sto()
5599 gen_map::const_iterator it=a._MAPptr->find(b),itend=a._MAPptr->end(); in _at()
5617 convert(*arg._VECTptr,*g._MAPptr); in _table()
H A Drpn.cc917 gen_map::iterator it=m._MAPptr->find(indice),itend=m._MAPptr->end(); in _purge()
920 m._MAPptr->erase(it); in _purge()
H A Dmisc.cc701 gen_map::iterator it=m._MAPptr->find(indice),itend=m._MAPptr->end(); in _pop()
704 m._MAPptr->erase(it); in _pop()
6604 …return creux?sparse_jacobi_linsolve(*A._MAPptr,*b._VECTptr,x0,eps._DOUBLE_val,niter.val,contextptr… in iterative_solver()
6606 …return creux?sparse_gauss_seidel_linsolve(*A._MAPptr,*b._VECTptr,x0,omega,eps._DOUBLE_val,niter.va… in iterative_solver()
6608 …return creux?sparse_conjugate_gradient(*A._MAPptr,*b._VECTptr,x0,eps._DOUBLE_val,niter.val,context… in iterative_solver()
H A Dgen.h1597 #define _MAPptr ref_MAPptr() macro
H A Dmarkup.cc1488 for (gen_map::const_iterator it=g._MAPptr->begin(); in gen2markup()
1489 it!=g._MAPptr->end();++it) { in gen2markup()
H A DXcas1.cc1016 evaled_g=giac::maptoarray(*evaled_g._MAPptr,contextptr); in in_Xcas_eval()
H A Dgraphe.cc2556 if (!genmap2attrib(*gv[1]._MAPptr,this->attributes)) in read_gen()
2570 gen_map &mp=*elm._MAPptr; in read_gen()
2585 gen_map &nmap=*ngh._MAPptr; in read_gen()
H A Dvecteur.cc3417 sparse_trn(*a._MAPptr,*g._MAPptr,false,contextptr); in _tran()
15366 if (!sparse_lu(*args._MAPptr,permutation,*l._MAPptr,*u._MAPptr)) in lu()
H A Dmaple.cc704 return gen(*g._MAPptr); in _copy()
H A Dsolve.cc4257 if (!sparse_linsolve_l(*L._MAPptr,c,y)) in _linsolve()
4259 if (!sparse_linsolve_u(*U._MAPptr,y,x)) in _linsolve()
H A Dplot.cc11668 archive_MAP(os,*e._MAPptr,contextptr); in archive()