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

#include <gradient.h>

Static Public Member Functions

static T Zero ()
 
static T Invalid ()
 

Detailed Description

template<typename T>
struct grad::RangeVectorTraits< T >

Definition at line 325 of file gradient.h.

Member Function Documentation

template<typename T >
static T grad::RangeVectorTraits< T >::Invalid ( )
inlinestatic

Definition at line 330 of file gradient.h.

330  {
331  return T(NAN);
332  }
template<typename T >
static T grad::RangeVectorTraits< T >::Zero ( )
inlinestatic

Definition at line 326 of file gradient.h.

Referenced by grad::RangeVector< T, 0 >::GetValue(), and grad::RangeVector< T, 0 >::GetVectorValue().

326  {
327  return T();
328  }

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