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

#include <gradient.h>

Collaboration diagram for grad::FuncNotEqualTo:

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

Member Function Documentation

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

Definition at line 2145 of file gradient.h.

2145  {
2146  return u != v;
2147  }

Member Data Documentation

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

Definition at line 2143 of file gradient.h.


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