CMS 3D CMS Logo

List of all members | Public Member Functions
nnet::Op_max< T > Class Template Reference

#include <nnet_common.h>

Public Member Functions

T operator() (T a, T b)
 

Detailed Description

template<class T>
class nnet::Op_max< T >

Definition at line 39 of file nnet_common.h.

Member Function Documentation

◆ operator()()

template<class T >
T nnet::Op_max< T >::operator() ( T  a,
T  b 
)
inline

Definition at line 41 of file nnet_common.h.

References a, and b.

41 { return a >= b ? a : b; }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121