// Initialise the random generator with an
// arbitrary number. This should ensure
// reproducible results.
- srand (4375384);
+ Testing::srand (4375384);
// With these parameters, the elements are
// tested up to a polynomial degree of
// deallog.attach(logfile);
deallog.depth_console(0);
// deallog.threshold_double(1.e-10);
- srand(3391466);
+ Testing::srand(3391466);
FullMatrix<double> T2(2,2,entries2), S2(2,2), R2(2,2);
FullMatrix<double>T3(3,3,entries3), S3(3,3), R3(3,3);
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
- srand(3391466);
+ Testing::srand(3391466);
FullMatrix<double> T(3,3,entries);
T.print_formatted(logfile, 0, false);
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
- srand(3391466);
+ Testing::srand(3391466);
FullMatrix<double> A(3,3,entries_A);
FullMatrix<double> B(3,3,entries_B);
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
- srand(3391466);
+ Testing::srand(3391466);
FullMatrix<double> A(3,3,entries_A);
FullMatrix<double> B(3,3,entries_B);
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
- srand(3391466);
+ Testing::srand(3391466);
test(3,4);
test(4,7);
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
- srand(3391466);
+ Testing::srand(3391466);
test(3);
test(7);
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
- srand(3391466);
+ Testing::srand(3391466);
test(3);
test(7);
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
- srand(3391466);
+ Testing::srand(3391466);
test(3);
test(7);
std::ofstream logfile(logname.c_str());
deallog.attach(logfile);
deallog.depth_console(0);
- srand(3391466);
+ Testing::srand(3391466);
test(3);
test(7);