MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::ApplyAliasHelper< false > Struct Template Reference

#include <gradient.h>

Static Public Member Functions

template<typename GradientType , typename Expression >
static void ApplyExpression (GradientType &g, const GradientExpression< Expression > &f)
 
template<typename BinFunc , typename GradientType , typename Expression >
static void ApplyBinaryFunction (GradientType &g, const GradientExpression< Expression > &f, const BinFunc &bfunc)
 

Detailed Description

template<>
struct grad::ApplyAliasHelper< false >

Definition at line 2210 of file gradient.h.

Member Function Documentation

template<typename BinFunc , typename GradientType , typename Expression >
static void grad::ApplyAliasHelper< false >::ApplyBinaryFunction ( GradientType &  g,
const GradientExpression< Expression > &  f,
const BinFunc &  bfunc 
)
inlinestatic

Definition at line 2217 of file gradient.h.

2217  {
2218  g.ApplyBinaryFunctionNoAlias(f, bfunc);
2219  }
template<typename GradientType , typename Expression >
static void grad::ApplyAliasHelper< false >::ApplyExpression ( GradientType &  g,
const GradientExpression< Expression > &  f 
)
inlinestatic

Definition at line 2212 of file gradient.h.

2212  {
2213  g.ApplyNoAlias(f);
2214  }

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