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

◆ max_size()

template<typename T1 , typename... Ts>
size_t stan::math::max_size ( const T1 &  x1,
const Ts &...  xs 
)
inline

Calculate the size of the largest input.

Template Parameters
T1type of the first input
Tstypes of the other inputs
Parameters
x1first input
xsother inputs
Returns
the size of the largest input

Definition at line 19 of file max_size.hpp.