Stan Math Library  2.12.0
reverse mode automatic differentiation
Public Types | List of all members
stan::math::index_type< Eigen::Matrix< T, R, C > > Struct Template Reference

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

#include <index_type.hpp>

Public Types

typedef Eigen::Matrix< T, R, C >::Index type
 

Detailed Description

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

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

Template Parameters
Ttype of matrix.
Rnumber of rows for matrix.
Cnumber of columns for matrix.

Definition at line 19 of file index_type.hpp.

Member Typedef Documentation

template<typename T , int R, int C>
typedef Eigen::Matrix<T, R, C>::Index stan::math::index_type< Eigen::Matrix< T, R, C > >::type

Definition at line 20 of file index_type.hpp.


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

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