Nektar++
|
Functions | |
template<class T > | |
T | Smax (const T a, const T b, const T k) |
Return the soft max of between two scalars. More... | |
template NekDouble | Smax (const NekDouble a, const NekDouble b, const NekDouble k) |
template int | Smax (const int a, const int b, const int k) |
template int Smath::Smax | ( | const int | a, |
const int | b, | ||
const int | k | ||
) |
T Smath::Smax | ( | const T | a, |
const T | b, | ||
const T | k | ||
) |
Return the soft max of between two scalars.
Definition at line 53 of file Smath.hpp.
References tinysimd::log().
Referenced by Nektar::VariableConverter::GetMuAv().