MADNESS  version 0.9
Public Types | Public Member Functions | List of all members
mu::ParserComplex Class Reference

Mathematical expressions parser. More...

#include <muParserComplex.h>

Inheritance diagram for mu::ParserComplex:
Inheritance graph
[legend]
Collaboration diagram for mu::ParserComplex:
Collaboration graph
[legend]

Public Types

typedef std::complex< float > complex_type
 

Public Member Functions

 ParserComplex ()
 
complex_type Eval ()
 

Detailed Description

Mathematical expressions parser.

This version of the parser handles only complex numbers. It disables the built in operators thus it is slower than muParser.

Member Typedef Documentation

typedef std::complex<float> mu::ParserComplex::complex_type

Constructor & Destructor Documentation

mu::ParserComplex::ParserComplex ( )

Member Function Documentation

complex_type mu::ParserComplex::Eval ( )

The documentation for this class was generated from the following file: