MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::FuncLessThan Class Reference

#include <gradient.h>

Collaboration diagram for grad::FuncLessThan:

Static Public Member Functions

static bool f (scalar_func_type u, scalar_func_type v)
 

Static Public Attributes

static const bool bVectorize = true
 

Detailed Description

Definition at line 2096 of file gradient.h.

Member Function Documentation

static bool grad::FuncLessThan::f ( scalar_func_type  u,
scalar_func_type  v 
)
inlinestatic

Definition at line 2100 of file gradient.h.

2100  {
2101  return u < v;
2102  }

Member Data Documentation

const bool grad::FuncLessThan::bVectorize = true
static

Definition at line 2098 of file gradient.h.


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