implements the power function (pow)
More...
#include <Func1.h>
implements the power function (pow)
Definition at line 246 of file Func1.h.
◆ Pow1() [1/2]
◆ Pow1() [2/2]
◆ operator=()
◆ write()
string write |
( |
const std::string & |
arg | ) |
const |
|
virtual |
◆ ID()
◆ duplicate()
virtual Func1 & duplicate |
( |
| ) |
const |
|
inlinevirtual |
Duplicate the current function.
This duplicates the current function, returning a reference to the newly created function.
Reimplemented from Func1.
Definition at line 268 of file Func1.h.
◆ eval()
virtual doublereal eval |
( |
doublereal |
t | ) |
const |
|
inlinevirtual |
Evaluate the function.
Reimplemented from Func1.
Definition at line 271 of file Func1.h.
◆ derivative()
Func1 & derivative |
( |
| ) |
const |
|
virtual |
Creates a derivative to the current function.
This will create a new derivative function and return a reference to the function.
Reimplemented from Func1.
Definition at line 202 of file Func1.cpp.
The documentation for this class was generated from the following files: