RealFunction Template Specializations module
Template specializations of the RealFunction class.
Classes
-
template<class NestedDerived>class Rodin::Variational::RealFunction<FunctionBase<NestedDerived>>
- Real-valued function that wraps another real function expression.
-
template<>class Rodin::Variational::RealFunction<Real>
- Represents a constant scalar function with type Real.
-
template<>class Rodin::Variational::RealFunction<Integer>
- Represents a constant scalar function initialized from an Integer.
-
template<class F>class Rodin::Variational::RealFunction<F>
- Represents a scalar function given by an arbitrary scalar function.