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

#include <gradient.h>

Collaboration diagram for grad::FuncTan:

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

Member Function Documentation

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

Definition at line 1953 of file gradient.h.

References grad::tan().

1953  {
1954  const scalar_deriv_type tan_u = tan(u);
1955  return 1. + tan_u * tan_u;
1956  }
doublereal scalar_deriv_type
Definition: gradient.h:347
GradientExpression< UnaryExpr< FuncTan, Expr > > tan(const GradientExpression< Expr > &u)
Definition: gradient.h:2979

Here is the call graph for this function:

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

Definition at line 1949 of file gradient.h.

References grad::tan().

1949  {
1950  return tan(u);
1951  }
GradientExpression< UnaryExpr< FuncTan, Expr > > tan(const GradientExpression< Expr > &u)
Definition: gradient.h:2979

Here is the call graph for this function:

Member Data Documentation

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

Definition at line 1947 of file gradient.h.


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