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

◆ rowwise_max()

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

Rowwise max reduction of a kernel generator expression.

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

Definition at line 452 of file rowwise_reduction.hpp.