Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
◆
select_()
template<typename T_condition , typename T_then , typename T_else >
stan::math::select_
< T_condition, T_then, T_else >::select_
(
T_condition &&
condition
,
T_then &&
then
,
T_else &&
els
)
inline
Constructor.
Parameters
condition
condition expression
then
then expression
els
else expression
Definition at line
51
of file
select.hpp
.
stan
math
select_
[
Stan Home Page
]
© 2011–2019, Stan Development Team.