MADNESS
version 0.9
|
Mathematical expressions parser. More...
#include <muParserComplex.h>
Public Types | |
typedef std::complex< float > | complex_type |
Public Member Functions | |
ParserComplex () | |
complex_type | Eval () |
Mathematical expressions parser.
This version of the parser handles only complex numbers. It disables the built in operators thus it is slower than muParser.
typedef std::complex<float> mu::ParserComplex::complex_type |
mu::ParserComplex::ParserComplex | ( | ) |
complex_type mu::ParserComplex::Eval | ( | ) |