MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::MatVecHelp::Div Struct Reference

#include <matvec.h>

Static Public Member Functions

template<typename T , typename U >
static void Eval (T &b, const U &a)
 

Detailed Description

Definition at line 577 of file matvec.h.

Member Function Documentation

template<typename T , typename U >
static void grad::MatVecHelp::Div::Eval ( T &  b,
const U &  a 
)
inlinestatic

Definition at line 579 of file matvec.h.

References a.

579  {
580  b /= a;
581  }
static const doublereal a
Definition: hfluid_.h:289

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