Stan Math Library  2.20.0
reverse mode automatic differentiation
Static Public Attributes | List of all members
stan::math::internal::compute_dims< std::vector< T > > 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 = 1
 

Detailed Description

template<typename T>
struct stan::math::internal::compute_dims< std::vector< T > >

Compute the dimensionality of the given template argument.

std::vector has dimension 1

Definition at line 118 of file adj_jac_apply.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr size_t stan::math::internal::compute_dims< std::vector< T > >::value = 1
static

Definition at line 119 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.