C++ Mathematical Expression Toolkit (ExprTk) release
|
#include <cstdio>
#include <fstream>
#include <iostream>
#include <string>
#include <deque>
#include "exprtk.hpp"
Go to the source code of this file.
Functions | |
template<typename Allocator , template< typename, typename > class Sequence> | |
std::size_t | load_expressions (const std::string &file_name, Sequence< std::string, Allocator > &sequence) |
int | main () |
Variables | |
static const double | lower_bound_x = -100.0 |
static const double | lower_bound_y = -100.0 |
static const double | upper_bound_x = +100.0 |
static const double | upper_bound_y = +100.0 |
static const double | delta = 0.0111 |
|
inline |
Definition at line 37 of file exprtk_pgo.cpp.
Referenced by main().
int main | ( | ) |
Definition at line 53 of file exprtk_pgo.cpp.
References exprtk::symbol_table< T >::add_constants(), exprtk::symbol_table< T >::add_variable(), exprtk::parser< T >::compile(), exprtk::parser< T >::error(), expression_list, load_expressions(), exprtk::expression< T >::register_symbol_table(), rounds, exprtk::timer::start(), exprtk::timer::stop(), and exprtk::timer::time().
|
static |
Definition at line 32 of file exprtk_pgo.cpp.
Referenced by pgo_primer(), polynomial(), run_test07(), square_wave(), and square_wave2().
|
static |
Definition at line 28 of file exprtk_pgo.cpp.
Referenced by pgo_primer().
|
static |
Definition at line 29 of file exprtk_pgo.cpp.
Referenced by pgo_primer().
|
static |
Definition at line 30 of file exprtk_pgo.cpp.
Referenced by pgo_primer().
|
static |
Definition at line 31 of file exprtk_pgo.cpp.
Referenced by pgo_primer().