X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftimes.h;h=9127ca52104edf06eebfaf2b4277979f5bccaad2;hp=cc792bde54bb9daef34ecd479df60c2ec391899a;hb=1566be23d91ed1311bee2071bdae9ef93d0b7cf6;hpb=af922d5eb36ed70e4a9e3ffaf4c24492cf89a1a6 diff --git a/check/times.h b/check/times.h index cc792bde..9127ca52 100644 --- a/check/times.h +++ b/check/times.h @@ -3,7 +3,7 @@ * Prototypes for all individual timings. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 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 @@ -25,15 +25,17 @@ #include #include -#include +#include "config.h" +#if defined(HAVE_SSTREAM) +# include +#else +# include +#endif #include using namespace std; #include "ginac.h" - -#ifndef NO_NAMESPACE_GINAC using namespace GiNaC; -#endif // ndef NO_NAMESPACE_GINAC class timer { public: @@ -63,10 +65,13 @@ unsigned time_lw_G(); unsigned time_lw_H(); unsigned time_lw_IJKL(); unsigned time_lw_M1(); +unsigned time_lw_M2(); +unsigned time_lw_N(); unsigned time_lw_O(); unsigned time_lw_P(); unsigned time_lw_Pprime(); unsigned time_lw_Q(); unsigned time_lw_Qprime(); +unsigned time_antipode(); #endif // ndef CHECKS_H