BinaryOperation implementation for pow.
More...
#include <binaryOperators.hpp>
|
static std::string | getMathRep () |
| Get the math symbol of the binary operation. E.g. + for operators and pow() for functions.
|
|
template<typename ArgA , typename ArgB > |
static Real | gradientA (ArgA const &argA, ArgB const &argB, Real const &result) |
|
template<typename ArgA , typename ArgB > |
static Real | gradientB (ArgA const &argA, ArgB const &argB, Real const &result) |
|
template<typename ArgA , typename ArgB > |
static Real | primal (ArgA const &argA, ArgB const &argB) |
|
static std::string | getMathRep () |
| Get the math symbol of the binary operation. E.g. + for operators and pow() for functions.
|
|
template<typename ArgA , typename ArgB > |
static Real | gradientA (ArgA const &argA, ArgB const &argB, Real const &result) |
|
template<typename ArgA , typename ArgB > |
static Real | gradientB (ArgA const &argA, ArgB const &argB, Real const &result) |
|
template<typename ArgA , typename ArgB > |
static Real | primal (ArgA const &argA, ArgB const &argB) |
|
template<typename T_Real>
struct codi::OperationPow< T_Real >
BinaryOperation implementation for pow.
◆ getMathRep()
template<typename T_Real >
Get the math symbol of the binary operation. E.g. +
for operators and pow()
for functions.
◆ gradientA()
template<typename T_Real >
template<typename ArgA , typename ArgB >
Compute the gradient with respect to the first argument
The type of the arguments is the type of the result of a getValue call on the expressions.
◆ gradientB()
template<typename T_Real >
template<typename ArgA , typename ArgB >
Compute the gradient with respect to the second argument
The type of the arguments is the type of the result of a getValue call on the expressions.
◆ primal()
template<typename T_Real >
template<typename ArgA , typename ArgB >
Compute the primal value from the arguments.
The type of the arguments is the result of a getValue call on the expressions.
The documentation for this struct was generated from the following file: