C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
test_expression (const std::size_t c, const std::string &ex) | |
test_expression (const std::size_t c, const std::string &ex) | |
Public Attributes | |
std::size_t | cost |
std::string | e |
std::string | expression |
Definition at line 29 of file exprtk_vector_benchmark.cpp.
|
inline |
Definition at line 34 of file exprtk_vector_benchmark.cpp.
|
inline |
Definition at line 36 of file exprtk_vector_benchmark_multithreaded.cpp.
std::size_t test_expression::cost |
Definition at line 31 of file exprtk_vector_benchmark.cpp.
Referenced by run_benchmark(), and run_threaded_benchmark().
std::string test_expression::e |
Definition at line 32 of file exprtk_vector_benchmark.cpp.
std::string test_expression::expression |
Definition at line 34 of file exprtk_vector_benchmark_multithreaded.cpp.