X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexams.h;h=9de123850cada8c3ada50470f4bcc4968c8f9c19;hp=a3d8c196158507c40cd8d58d3c45cec9478dbed1;hb=bc2fc50f5953d8d086c505febd837fc77f3cd61d;hpb=383d5eb3b0f0506810d9105a268f939125bfc347 diff --git a/check/exams.h b/check/exams.h index a3d8c196..9de12385 100644 --- a/check/exams.h +++ b/check/exams.h @@ -3,7 +3,7 @@ * Prototypes for all individual exams. */ /* - * GiNaC Copyright (C) 1999-2001 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,25 +23,29 @@ #ifndef EXAMS_H #define EXAMS_H +#include #include "ginac.h" using namespace std; - -#ifndef NO_NAMESPACE_GINAC 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_inifcns_nstdsums(); 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_structure(); +unsigned exam_hashmap(); unsigned exam_misc(); #endif // ndef EXAMS_H