Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
abs_diff.h File Reference

Utilities. More...

#include <functional>
Include dependency graph for abs_diff.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 UA_CoMP
 Namespace Comp groups all code developed by the CoMP group.
 
 UA_CoMP::Num
 Numerical code.
 

Functions

double UA_CoMP::Num::abs_diff (double b, double e, double h, std::function< double(double)> f1, std::function< double(double)> f2)
 Compares two functors on a grid and returns maximum absolute difference. More...
 

Detailed Description

Utilities.

Author
Jan Broeckhove, CoMP/UA
Remarks
(c) Jan Broeckhove, 2011.

Definition in file abs_diff.h.