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

#include <gradient.h>

Collaboration diagram for grad::FuncCosh:

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 1972 of file gradient.h.

Member Function Documentation

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

Definition at line 1980 of file gradient.h.

References grad::sinh().

1980  {
1981  return sinh(u);
1982  }
GradientExpression< UnaryExpr< FuncSinh, Expr > > sinh(const GradientExpression< Expr > &u)
Definition: gradient.h:2980

Here is the call graph for this function:

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

Definition at line 1976 of file gradient.h.

References grad::cosh().

1976  {
1977  return cosh(u);
1978  }
GradientExpression< UnaryExpr< FuncCosh, Expr > > cosh(const GradientExpression< Expr > &u)
Definition: gradient.h:2981

Here is the call graph for this function:

Member Data Documentation

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

Definition at line 1974 of file gradient.h.


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