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

Template metaprogram defining the type of values stored in an Eigen matrix, vector, or row vector. More...

#include <value_type.hpp>

Public Types

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

Detailed Description

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

Template metaprogram defining the type of values stored in 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 20 of file value_type.hpp.

Member Typedef Documentation

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

Definition at line 21 of file value_type.hpp.


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

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