Max Template Specializations module
Template specializations of the Max class.
| Specialization | Description |
|---|---|
| Max<FunctionBase<LHSDerived>, FunctionBase<RHSDerived>> | Pointwise maximum of two function expressions. |
| Max<FunctionBase<NestedDerived>, Real> | Pointwise maximum of a function expression and a scalar constant. |
Classes
-
template<class LHSDerived, class RHSDerived>class Rodin::Variational::Max<FunctionBase<LHSDerived>, FunctionBase<RHSDerived>>
- Represents the maximum operation between two functions.
-
template<class NestedDerived>class Rodin::Variational::Max<FunctionBase<NestedDerived>, Real>
- Pointwise maximum of a function expression and a real.