Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Selection operation on kernel generator expressions.
This is element wise ternary operator condition ? then : els
.
T_condition | type of condition expression |
T_then | type of then expression |
T_else | type of else expression |
condition | condition expression |
then | then expression |
els | else expression |
Definition at line 148 of file select.hpp.