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

◆ qr_Q() [2/2]

template<typename EigMat , require_eigen_t< EigMat > * = nullptr>
Eigen::Matrix< value_type_t< EigMat >, Eigen::Dynamic, Eigen::Dynamic > stan::math::qr_Q ( const EigMat &  m)

Returns the orthogonal factor of the fat QR decomposition.

Template Parameters
EigMattype of the matrix
Parameters
mMatrix.
Returns
Orthogonal matrix with maximal columns

Definition at line 20 of file qr_Q.hpp.