MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::MatVecHelp::Add 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 556 of file matvec.h.

Member Function Documentation

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

Definition at line 558 of file matvec.h.

References a.

558  {
559  b += a;
560  }
static const doublereal a
Definition: hfluid_.h:289

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