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

◆ rowwise_min()

template<typename T , typename = require_all_kernel_expressions_and_none_scalar_t<T>>
auto stan::math::rowwise_min ( T &&  a)
inline

Min reduction of a kernel generator expression.

Template Parameters
Ttype of input expression
Parameters
athe expression to reduce
Returns
min

Definition at line 519 of file rowwise_reduction.hpp.