]> www.ginac.de Git - ginac.git/blobdiff - check/times.h
- Fixed an assertion-thinko in matrix::fraction_free_elimination().
[ginac.git] / check / times.h
index bb54399e61ef4f968c18f1880f684f5ed8ca9cd9..74d3474e49d4adcd4e5c537ca2d8f7eeb4bbe54f 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <sys/resource.h>
 #include <stdlib.h>
+#include <strstream>
 #include <vector>
 
 #include "ginac.h"
@@ -49,5 +50,22 @@ private:
 // prototypes for all individual timings should be unsigned fcn():
 unsigned time_dennyfliegner();
 unsigned time_gammaseries();
+unsigned time_vandermonde();
+unsigned time_toeplitz();
+unsigned time_lw_A();
+unsigned time_lw_B();
+unsigned time_lw_C();
+unsigned time_lw_D();
+unsigned time_lw_E();
+unsigned time_lw_F();
+unsigned time_lw_G();
+unsigned time_lw_H();
+unsigned time_lw_IJKL();
+unsigned time_lw_M1();
+unsigned time_lw_O();
+unsigned time_lw_P();
+unsigned time_lw_Pprime();
+unsigned time_lw_Q();
+unsigned time_lw_Qprime();
 
 #endif // ndef CHECKS_H