Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Check the input is either a row vector or column vector or a matrix with a single row or column.
Mat | Input type |
function | Function name (for error messages) |
name | Variable name (for error messages) |
x | Input |
<code>std::invalid_argument</code> | if x is not a row or column vector. |
Definition at line 32 of file check_vector.hpp.