| @root | classes |
class Differentiator | ^ |
Differentiator Class Class to recursively traverse a tree and take the derivative of each node, and return it as a string
- Source:
- arithtreecrawlers.h:85
- Author:
- jhc7@duke.edu, ag20@duke.edu
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~Differentiator destructor public automatically generated Differentiator constructor public Default constructor for a Differentiator. Differentiator constructor public automatically generated description method public the description of this tree crawler. differentiate method public traverses the tree and recursively takes the derivative of each node with respect to diffVar and returns the unsimplified result in a string operator = operator public automatically generated traverseTree method public calls Differentiate to traverse the tree.
destructor ~Differentiator | ? ^ > |
automatically generated
- Source:
- arithtreecrawlers.h
- Code:
public ~ Differentiator ( )
constructor Differentiator | ? ^ < > |
Default constructor for a Differentiator.Initializes the map of function pointers to differentiation rules
- Source:
- arithtreecrawlers.h:107
- Code:
public Differentiator ( )
constructor Differentiator | ? ^ < > |
automatically generated
- Source:
- arithtreecrawlers.h
- Code:
public Differentiator ( const Differentiator & )
method description | ? ^ < > |
the description of this tree crawler.Used to map it to a function call in Parser::NodeFactory
- Source:
- arithtreecrawlers.h:143
- Code:
public virtual string description ( )
method differentiate | ? ^ < > |
traverses the tree and recursively takes the derivative of each node with respect to diffVar and returns the unsimplified result in a string
- Source:
- arithtreecrawlers.h:133
operator = | ? ^ < > |
automatically generated
- Source:
- arithtreecrawlers.h
- Code:
public Differentiator & operator = ( const Differentiator & )
method traverseTree | ? ^ < > |
calls Differentiate to traverse the tree.included to maintain common interface
- Source:
- arithtreecrawlers.h:116
Created Sun Oct 6 20:56:56 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.