]> www.ginac.de Git - ginac.git/blobdiff - check/exams.h
- Complete revamp of methods in class matrix. Some redundant (and poor)
[ginac.git] / check / exams.h
index 3582d538df8abb1953d1bd2da74765ac15a35664..416564ae44a3a4271db3b27ca5f04ca069815709 100644 (file)
@@ -24,6 +24,7 @@
 #define EXAMS_H
 
 #include "ginac.h"
+using namespace std;
 
 #ifndef NO_NAMESPACE_GINAC
 using namespace GiNaC;
@@ -33,6 +34,7 @@ using namespace GiNaC;
 unsigned exam_paranoia();
 unsigned exam_numeric();
 unsigned exam_powerlaws();
+unsigned exam_inifcns();
 unsigned exam_differentiation();
 unsigned exam_polygcd();
 unsigned exam_normalization();