]> www.ginac.de Git - ginac.git/blobdiff - check/checks.h
- Timings D and E: finer time resolution
[ginac.git] / check / checks.h
index 02fb4eb8b0aa633beef859f53f07a651bc7abf71..4c79e2f36ade4769d2a9e8d786d3520f094ef5fb 100644 (file)
@@ -35,6 +35,8 @@ using namespace GiNaC;
 // prototypes for the expression generating functions in:
 const ex dense_univariate_poly(const symbol & x, unsigned degree);
 const ex dense_bivariate_poly(const symbol & x1, const symbol & x2, unsigned degree);
+const ex sparse_tree(const symbol & x, const symbol & y, const symbol & z,
+                     int level, bool trig = false, bool rational = true);
 
 // prototypes for all individual checks should be unsigned fcn():
 unsigned check_numeric();