bpp-core3
3.0.0
|
Constant (ie leaf) operator. More...
#include <Bpp/Numeric/Function/Operators/ConstantOperator.h>
Public Member Functions | |
ConstantOperator (double value) | |
ConstantOperator * | clone () const |
Create a copy of this object and send a pointer to it. More... | |
double | getValue () const |
double | getFirstOrderDerivative (const std::string &variable) const |
double | getSecondOrderDerivative (const std::string &variable) const |
std::string | output () const |
Private Attributes | |
const double | value_ |
Constant (ie leaf) operator.
Definition at line 19 of file ConstantOperator.h.
|
inline |
Definition at line 26 of file ConstantOperator.h.
Referenced by clone().
|
inlinevirtual |
Create a copy of this object and send a pointer to it.
Implements bpp::Clonable.
Definition at line 29 of file ConstantOperator.h.
References ConstantOperator().
|
inlinevirtual |
Implements bpp::Operator.
Definition at line 39 of file ConstantOperator.h.
|
inlinevirtual |
Implements bpp::Operator.
Definition at line 44 of file ConstantOperator.h.
|
inlinevirtual |
|
inlinevirtual |
Implements bpp::Operator.
Definition at line 49 of file ConstantOperator.h.
References bpp::TextTools::toString().
|
private |
Definition at line 23 of file ConstantOperator.h.
Referenced by getValue().