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

◆ transpose() [4/4]

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

Transposes a matrix.

Template Parameters
Ttype of the matrix or expression
Parameters
mmatrix or expression
Returns
transposed matrix

Definition at line 17 of file transpose.hpp.