31template <
class T, std::
size_t codim>
struct jacobian_type_impl {
35template <
class T>
struct jacobian_type_impl<T, 1> {
46template <std::
floating_po
int T, std::
size_t codim>
47using 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.