Developer documentation

mmx::abs_max< T > Struct Template Reference

#include <univariate_bounds.hpp>

Inheritance diagram for mmx::abs_max< T >:

Public Member Functions

 abs_max ()
 
void operator() (const T &x)
 

Public Attributes

max
 

Constructor & Destructor Documentation

template<typename T>
mmx::abs_max< T >::abs_max ( )
inline

Member Function Documentation

template<typename T>
void mmx::abs_max< T >::operator() ( const T &  x)
inline

Member Data Documentation

template<typename T>
T mmx::abs_max< T >::max

The documentation for this struct was generated from the following file:
Home