gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
mathEvaluator Class Reference

#include <mathEvaluator.h>

Public Member Functions

 mathEvaluator (std::vector< std::string > &expressions, const std::vector< std::string > &variables)
 
 ~mathEvaluator ()
 
bool eval (const std::vector< double > &values, std::vector< double > &res)
 

Detailed Description

Definition at line 37 of file mathEvaluator.h.

Constructor & Destructor Documentation

◆ mathEvaluator()

mathEvaluator::mathEvaluator ( std::vector< std::string > &  expressions,
const std::vector< std::string > &  variables 
)
inline

Definition at line 39 of file mathEvaluator.h.

Here is the call graph for this function:

◆ ~mathEvaluator()

mathEvaluator::~mathEvaluator ( )
inline

Definition at line 46 of file mathEvaluator.h.

Member Function Documentation

◆ 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: