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

◆ rows() [2/2]

template<typename T , require_matrix_t< T > * = nullptr>
int stan::math::rows ( const T &  m)
inline

Return the number of rows in the specified matrix, vector, or row vector.

Template Parameters
Ttype of the matrix
Parameters
[in]mInput matrix, vector, or row vector.
Returns
Number of rows.

Definition at line 19 of file rows.hpp.