Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the size (number of the elements) of a matrix_cl
or var_value<matrix_cl<T>>
.
Returns the size of the provided Eigen matrix, expression or std::vector.
Returns the length of primitive scalar types that are always of length 1.
m | input to determine size of |
m | input Eigen Matrix , expression or std::vector |
T | type of m |