C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow
2015-04-25 18:03:13 +10:00
parent ca4933f9c9
commit 6975ceb069
5 changed files with 239 additions and 128 deletions

View File

@ -508,6 +508,7 @@ void perform_file_based_benchmark(const std::string& file_name, const std::size_
}
exprtk::timer total_timer;
exprtk::timer timer;
double single_eval_total_time = 0.0;
@ -517,8 +518,6 @@ void perform_file_based_benchmark(const std::string& file_name, const std::size_
{
expression_t& e = expression_list[i];
exprtk::timer timer;
a = 1.1;
b = 2.2;
c = 3.3;