#include <mathEvaluator.h>
|
| mathEvaluator (std::vector< std::string > &expressions, const std::vector< std::string > &variables) |
|
| ~mathEvaluator () |
|
bool | eval (const std::vector< double > &values, std::vector< double > &res) |
|
Definition at line 37 of file mathEvaluator.h.
◆ mathEvaluator()
mathEvaluator::mathEvaluator |
( |
std::vector< std::string > & |
expressions, |
|
|
const std::vector< std::string > & |
variables |
|
) |
| |
|
inline |
◆ ~mathEvaluator()
mathEvaluator::~mathEvaluator |
( |
| ) |
|
|
inline |
◆ eval()
bool mathEvaluator::eval |
( |
const std::vector< double > & |
values, |
|
|
std::vector< double > & |
res |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: