Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
Core::FunctionDerivatives Class Referenceabstract

A class representing arbitrary order derivatives of a function. More...

#include <Functions.h>

+ Inheritance diagram for Core::FunctionDerivatives:
+ Collaboration diagram for Core::FunctionDerivatives:

Public Member Functions

virtual double order (unsigned deriv_order=1) const =0
 Derivative of the given order of the function with respect to its argument. More...
 
virtual ~FunctionDerivatives ()
 Clean up. More...
 

Detailed Description

A class representing arbitrary order derivatives of a function.

Definition at line 66 of file Functions.h.

Constructor & Destructor Documentation

◆ ~FunctionDerivatives()

virtual Core::FunctionDerivatives::~FunctionDerivatives ( )
inlinevirtual

Clean up.

Definition at line 73 of file Functions.h.

Member Function Documentation

◆ order()

virtual double Core::FunctionDerivatives::order ( unsigned  deriv_order = 1) const
pure virtual

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