Scythe-1.0.3
|
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Transpose a Matrix. This function transposes M, returning a Matrix R where each element of M, is placed in position . Naturally, the returned Matrix has M.cols() rows and M.rows() columns.
References scythe::Matrix_base< ORDER, STYLE >::cols(), and scythe::Matrix_base< ORDER, STYLE >::rows(). Referenced by BFGS(), dt(), linesearch1(), lndmvn(), nls_broyden(), scythe::rng< mersenne >::rpois(), scythe::rtmvnorm< RNGTYPE >::rtmvnorm(), and scythe::rng< mersenne >::rwish(). |