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

#include <gradient.h>

Collaboration diagram for grad::FuncGreaterThan:

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 2114 of file gradient.h.

Member Function Documentation

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

Definition at line 2118 of file gradient.h.

2118  {
2119  return u > v;
2120  }

Member Data Documentation

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

Definition at line 2116 of file gradient.h.


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