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

◆ qr_thin_Q() [2/2]

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

Returns the orthogonal factor of the thin QR decomposition.

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

Definition at line 20 of file qr_thin_Q.hpp.