#include <Rodin/Variational/Derivative.h>
template<class Operand, class Derived>
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.