UnaryOperation implementation for acosh.
More...
#include <unaryOperators.hpp>
|
static std::string | getMathRep () |
| Get the math symbol of the unary operation. E.g. sin() for functions.
|
|
template<typename Arg > |
static Real | gradient (Arg const &arg, Real const &result) |
|
template<typename Arg > |
static Real | primal (Arg const &arg) |
|
static std::string | getMathRep () |
| Get the math symbol of the unary operation. E.g. sin() for functions.
|
|
template<typename Arg > |
static Real | gradient (Arg const &arg, Real const &result) |
|
template<typename Arg > |
static Real | primal (Arg const &arg) |
|
template<typename T_Real>
struct codi::OperationAcosh< T_Real >
UnaryOperation implementation for acosh.
◆ getMathRep()
template<typename T_Real >
Get the math symbol of the unary operation. E.g. sin()
for functions.
◆ gradient()
template<typename T_Real >
template<typename Arg >
Compute the gradient with respect to the argument
The type of the argument is the type of the result of a getValue call on the expression.
◆ primal()
template<typename T_Real >
template<typename Arg >
Compute the primal value from the argument.
The type of the argument is the type of the result of a getValue call on the expression.
The documentation for this struct was generated from the following file: