RealFunction Template Specializations module

Template specializations of the RealFunction class.

SpecializationDescription
RealFunction<FunctionBase<NestedDerived>>Real-valued wrapper around a nested function.
RealFunction<Real>Constant real-valued function.
RealFunction<Integer>Constant real-valued function initialized from an integer.
RealFunction<F>Real function constructed from an arbitrary scalar callable.

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.