Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dsolve.cc2607 gen _solve_uncompressed(const gen & args,GIAC_CONTEXT){ in _solve_uncompressed() function
2609 return _solve_uncompressed(change_subtype(args,_SEQ__VECT),contextptr); in _solve_uncompressed()
2862 gen res=_solve_uncompressed(args,contextptr); in _solve()