Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ inc_beta() [9/10]

template<typename T1 , typename T2 , typename T3 , require_any_container_t< T1, T2, T3 > * = nullptr, require_all_not_var_matrix_t< T1, T2, T3 > * = nullptr>
auto stan::math::inc_beta ( const T1 &  a,
const T2 &  b,
const T3 &  c 
)
inline

Enables the vectorized application of the inc_beta function, when any arguments are containers.

Template Parameters
T1type of first input
T2type of second input
T3type of third input
Parameters
aFirst input
bSecond input
cThird input
Returns
Incomplete Beta function applied to the three inputs.

Definition at line 47 of file inc_beta.hpp.