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

Member Function Documentation

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

Definition at line 572 of file matvec.h.

References a.

572  {
573  b *= a;
574  }
static const doublereal a
Definition: hfluid_.h:289

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