Stan  1.0
probability, sampling & optimization
Public Types | List of all members
stan::math::common_type< Eigen::Matrix< T1, R, C >, Eigen::Matrix< T2, R, C > > Struct Template Reference

#include <matrix.hpp>

Public Types

typedef Eigen::Matrix< typename common_type< T1, T2 >::type, R, C > type
 

Detailed Description

template<typename T1, typename T2, int R, int C>
struct stan::math::common_type< Eigen::Matrix< T1, R, C >, Eigen::Matrix< T2, R, C > >

Definition at line 110 of file matrix.hpp.

Member Typedef Documentation

◆ type

template<typename T1 , typename T2 , int R, int C>
typedef Eigen::Matrix<typename common_type<T1,T2>::type,R,C> stan::math::common_type< Eigen::Matrix< T1, R, C >, Eigen::Matrix< T2, R, C > >::type

Definition at line 111 of file matrix.hpp.


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

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