rm_control
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
math_utilities.h File Reference
#include <cmath>
Include dependency graph for math_utilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
angularMinus (T a, T b)
 
template<typename T >
minAbs (T a, T b)
 
template<typename T >
int sgn (T val)
 
template<typename T >
square (T val)
 
template<typename T >
alpha (T cutoff, double freq)
 

Function Documentation

◆ alpha()

template<typename T >
T alpha ( T cutoff,
double freq )

◆ angularMinus()

template<typename T >
T angularMinus ( T a,
T b )

◆ minAbs()

template<typename T >
T minAbs ( T a,
T b )

◆ sgn()

template<typename T >
int sgn ( T val)

◆ square()

template<typename T >
T square ( T val)