19#ifndef CORE_FIELD_COUPLING_GRADIENT_TYPE_HPP
20#define CORE_FIELD_COUPLING_GRADIENT_TYPE_HPP
30template <
class T, std::
size_t codim>
struct jacobian_type_impl {
34template <
class T>
struct jacobian_type_impl<T, 1> {
45template <
class T, std::
size_t codim>
46using jacobian_type =
typename jacobian_type_impl<T, codim>::type;
Vector implementation and trait types for boost qvm interoperability.
Matrix implementation and trait types for boost qvm interoperability.
Matrix representation with static size.