template<class Operand, class Derived>
Rodin::Variational::DerivativeBase class

Base class for directional derivative operators.

Template parameters
Operand Type of the function being differentiated
Derived Derived class (CRTP pattern)

DerivativeBase provides the foundation for computing directional derivatives of scalar functions in specified directions.