Stan Math Library
4.9.0
Automatic Differentiation
|
int64_t stan::math::size_mvt | ( | const ScalarT & | ) |
Provides the size of a multivariate argument.
This is the default template function. For any scalar type, this will throw an std::invalid_argument exception since a scalar is not a multivariate structure.
T | type to take size of. The default template function should only match scalars. |
std::invalid_argument | since the type is a scalar. |
Definition at line 25 of file size_mvt.hpp.