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

◆ rows() [2/2]

template<typename T >
template<typename U = T, require_any_t< is_eigen< U >, is_matrix_cl< U > > * = nullptr>
auto stan::math::var_value< T, internal::require_matrix_var_value< T > >::rows ( ) const
inlinenoexcept

Returns number of rows.

Only available if T is a matrix.

Returns
number of rows.

Definition at line 1022 of file var.hpp.