| Home :: @root | classes |
class CosDifferator | ^ |
CosDifferator:public UnaryDifferator diff base on rule: d/dx[cos(u)] = - sin(u) * d/dx[u]
- Source:
- differator.h:484
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~CosDifferator destructor public automatically generated CosDifferator constructor public undocumented CosDifferator constructor public automatically generated Differentiate method public virtual Differentiate returns a new Node type Cos witht hte expression diff base on rule : d/dx[cos(u)] = - sin(u) * d/dx[u] operator = operator public automatically generated work Differator method public undocumented
destructor ~CosDifferator | ? ^ > |
automatically generated
- Source:
- differator.h
- Code:
public ~ CosDifferator ( )
constructor CosDifferator | ? ^ < > |
undocumented
- Source:
- differator.h:488
- Code:
public CosDifferator ( ) : UnaryDifferator ( "cos" )
constructor CosDifferator | ? ^ < > |
automatically generated
- Source:
- differator.h
- Code:
public CosDifferator ( const CosDifferator & )
method Differentiate | ? ^ < > |
virtual Differentiate returns a new Node type Cos witht hte expression diff base on rule : d/dx[cos(u)] = - sin(u) * d/dx[u]
- Source:
- differator.h:515
operator = | ? ^ < > |
automatically generated
- Source:
- differator.h
- Code:
public CosDifferator & operator = ( const CosDifferator & )
method work | ? ^ < > |
undocumented
- Inherited From:
- Differator
- Source:
- differator.h:45
Created Thu Oct 10 01:13:39 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.