MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::FuncExp Class Reference

#include <gradient.h>

Collaboration diagram for grad::FuncExp:

Static Public Member Functions

static scalar_func_type f (scalar_func_type u)
 
static scalar_deriv_type df_du (scalar_func_type u)
 

Static Public Attributes

static const bool bVectorize = false
 

Detailed Description

Definition at line 1893 of file gradient.h.

Member Function Documentation

static scalar_deriv_type grad::FuncExp::df_du ( scalar_func_type  u)
inlinestatic

Definition at line 1901 of file gradient.h.

References grad::exp().

1901  {
1902  return exp(u);
1903  }
GradientExpression< UnaryExpr< FuncExp, Expr > > exp(const GradientExpression< Expr > &u)
Definition: gradient.h:2975

Here is the call graph for this function:

static scalar_func_type grad::FuncExp::f ( scalar_func_type  u)
inlinestatic

Definition at line 1897 of file gradient.h.

References grad::exp().

1897  {
1898  return exp(u);
1899  }
GradientExpression< UnaryExpr< FuncExp, Expr > > exp(const GradientExpression< Expr > &u)
Definition: gradient.h:2975

Here is the call graph for this function:

Member Data Documentation

const bool grad::FuncExp::bVectorize = false
static

Definition at line 1895 of file gradient.h.


The documentation for this class was generated from the following file: