Stan
2.5.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
stan
math
matrix
promote_common.hpp
Go to the documentation of this file.
1
#ifndef STAN__MATH__MATRIX__PROMOTE_COMMON_HPP
2
#define STAN__MATH__MATRIX__PROMOTE_COMMON_HPP
3
4
#include <
stan/math/matrix/common_type.hpp
>
5
#include <
stan/math/matrix/promoter.hpp
>
6
7
namespace
stan {
8
9
namespace
math {
10
11
template
<
typename
T1,
typename
T2,
typename
F>
12
inline
13
typename
common_type<T1,T2>::type
14
promote_common
(
const
F& u) {
15
return
promoter<F, typename common_type<T1,T2>::type
>
16
::promote_to(u);
17
}
18
19
}
20
}
21
22
23
#endif
promoter.hpp
common_type.hpp
stan::math::promoter
Definition:
promoter.hpp:14
stan::math::promote_common
common_type< T1, T2 >::type promote_common(const F &u)
Definition:
promote_common.hpp:14
[
Stan Home Page
]
© 2011–2014, Stan Development Team.