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

Template metaprogram defining the base scalar type of values stored in an Eigen matrix. More...

#include <scalar_type.hpp>

Public Types

typedef scalar_type< T >::type type
 

Detailed Description

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

Template metaprogram defining the base scalar type of values stored in an Eigen matrix.

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

Definition at line 17 of file scalar_type.hpp.

Member Typedef Documentation

◆ type

template<typename T , int R, int C>
typedef scalar_type<T>::type stan::scalar_type< Eigen::Matrix< T, R, C > >::type

Definition at line 18 of file scalar_type.hpp.


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

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