MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::MaxDerivatives< LhsExpr, RhsExpr > Struct Template Reference

#include <gradient.h>

Collaboration diagram for grad::MaxDerivatives< LhsExpr, RhsExpr >:

Static Public Attributes

static const index_type iMaxDerivatives
 

Detailed Description

template<typename LhsExpr, typename RhsExpr>
struct grad::MaxDerivatives< LhsExpr, RhsExpr >

Definition at line 1312 of file gradient.h.

Member Data Documentation

template<typename LhsExpr , typename RhsExpr >
const index_type grad::MaxDerivatives< LhsExpr, RhsExpr >::iMaxDerivatives
static
Initial value:
= LhsExpr::iMaxDerivatives > RhsExpr::iMaxDerivatives
? LhsExpr::iMaxDerivatives : RhsExpr::iMaxDerivatives

Definition at line 1313 of file gradient.h.


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