#include <Rodin/Variational/Jacobian.h>
template<class Operand, class Derived>
JacobianBase class
Base class for Jacobian matrix operator implementations.
| Template parameters | |
|---|---|
| Operand | Type of the vector function |
| Derived | Derived class (CRTP pattern) |
JacobianBase provides the foundation for computing Jacobian matrices of vector-valued functions.