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

◆ is_size_match()

template<typename T_size1 , typename T_size2 >
bool stan::math::is_size_match ( T_size1  i,
T_size2  j 
)
inline

Return true if the provided sizes match.

Template Parameters
T_size1Type of size 1
T_size2Type of size 2
Parameters
iSize of variable 1
jSize of variable 2
Returns
true if provided dimensions match

Definition at line 17 of file is_size_match.hpp.