Stan Math Library  2.20.0
reverse mode automatic differentiation
Static Public Attributes | List of all members
stan::math::internal::compute_dims< Eigen::Matrix< T, R, C > > Struct Template Reference

compute the dimensionality of the given template argument. More...

#include <adj_jac_apply.hpp>

Static Public Attributes

static constexpr size_t value = 2
 

Detailed Description

template<typename T, int R, int C>
struct stan::math::internal::compute_dims< Eigen::Matrix< T, R, C > >

compute the dimensionality of the given template argument.

Eigen::Matrix types all have dimension two

Definition at line 127 of file adj_jac_apply.hpp.

Member Data Documentation

◆ value

template<typename T , int R, int C>
constexpr size_t stan::math::internal::compute_dims< Eigen::Matrix< T, R, C > >::value = 2
static

Definition at line 128 of file adj_jac_apply.hpp.


The documentation for this struct was generated from the following file:

     [ Stan Home Page ] © 2011–2018, Stan Development Team.