Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::index_type< T, require_eigen_t< T > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::math::index_type< T, require_eigen_t< T > >

Template metaprogram defining typedef for the type of index for an Eigen matrix, vector, or row vector.

Template Parameters
Ttype of matrix.

Definition at line 58 of file index_type.hpp.

#include <index_type.hpp>

Public Types

using type = typename std::decay_t< T >::Index
 

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