Home :: @root classes

class CosDifferator

^ 
    extends UnaryDifferator as public

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

^ 
EntityInherited FromTypeScopeShort Description
~CosDifferatordestructor publicautomatically generated
CosDifferatorconstructor publicundocumented
CosDifferatorconstructor publicautomatically generated
Differentiatemethod publicvirtual 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 publicautomatically generated
workDifferatormethod publicundocumented

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
Code:
public virtual Node * Differentiate ( Node * myNode )

operator =

? ^  < > 
automatically generated
Source:
differator.h
Code:
public CosDifferator & operator = ( const CosDifferator & )

method work

? ^  < > 
undocumented
Inherited From:
Differator
Source:
differator.h:45
Code:
public virtual void work ( Node * myNode ,
vector < map < string ,
Worker * > > & myMaps )

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.