#include <adexpr.hpp>
template<typename Expr>
class Feel::ADExpr< Expr >
brief description
- Author
- Christophe Prud'homme
- See Also
|
|
enum | { nvar = Expr::nvar
} |
|
typedef Expr | expression_type |
|
typedef expression_type::value_type | value_type |
|
typedef ADExpr< Expr > | This |
|
|
|
| ADExpr (expression_type const &expr) |
|
| ~ADExpr () |
|
|
value_type | value () const |
|
value_type | grad (int __ith) const |
|
value_type | hessian (int __i, int __j) const |
|
bool | deps (int i) const |
|
| operator bool () const |
|
|
expression_type | __expression |
|
The documentation for this class was generated from the following file: