Math Type Library (libmath++) 0.0.3
math::TSimplifier< T > Class Template Reference

#include <simplifier.h>

Inheritance diagram for math::TSimplifier< T >:
math::TNodeVisitor< T >

Static Public Member Functions

static TNode< T > * simplify (const TNode< T > *AExpression)
 Simplifies given expression and returns its result.
 

Additional Inherited Members

- Public Member Functions inherited from math::TNodeVisitor< T >

Detailed Description

template<typename T>
class math::TSimplifier< T >
Todo
: complete the simplifier implementation (using expr pattern matching).

Definition at line 34 of file simplifier.h.


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