#include <adbinaryfunctions.hpp>
template<class Expr1, class Expr2>
class Feel::Feel::detail::AdFuncPow< Expr1, Expr2 >
brief description
- Author
- Christophe Prud'homme
- See Also
|
enum | { nvar = Expr1::nvar
} |
|
typedef Expr1::value_type | value_type |
|
|
| AdFuncPow (const Expr1 &expr1, const Expr2 &expr2) |
|
bool | deps (int __i) const |
|
value_type | grad (int __i) const |
|
value_type | hessian (int __i, int __j) const |
|
value_type | value () const |
|
|
Expr1 | expr1_ |
|
Expr2 | expr2_ |
|
The documentation for this class was generated from the following file: