X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexams.h;h=e229e8ae6bc2d20dc2e8512c6da4c73d5adaa279;hp=3582d538df8abb1953d1bd2da74765ac15a35664;hb=1f5afe37b4c079821de9810435fa9fa11e4ea17b;hpb=f4ea690a3f118bf364190f0ef3c3f6d2ccdf6206 diff --git a/check/exams.h b/check/exams.h index 3582d538..e229e8ae 100644 --- a/check/exams.h +++ b/check/exams.h @@ -3,7 +3,7 @@ * Prototypes for all individual exams. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,23 +23,26 @@ #ifndef EXAMS_H #define EXAMS_H +#include #include "ginac.h" - -#ifndef NO_NAMESPACE_GINAC +using namespace std; using namespace GiNaC; -#endif // ndef NO_NAMESPACE_GINAC // prototypes for all individual checks should be unsigned fcn(): unsigned exam_paranoia(); unsigned exam_numeric(); unsigned exam_powerlaws(); +unsigned exam_inifcns(); unsigned exam_differentiation(); unsigned exam_polygcd(); unsigned exam_normalization(); unsigned exam_pseries(); unsigned exam_matrices(); unsigned exam_lsolve(); -unsigned exam_noncommut(); +unsigned exam_indexed(); +unsigned exam_color(); +unsigned exam_clifford(); +unsigned exam_archive(); unsigned exam_misc(); #endif // ndef EXAMS_H