Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return true
if the two matrices are of the same size.
This function checks the runtime sizes only.
EigMat1 | A type derived from EigenBase |
EigMat2 | A type derived from EigenBase |
y1 | first matrix to test |
y2 | second matrix to test |
true
if the dimensions of the matrices match Definition at line 22 of file is_matching_dims.hpp.