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

◆ qr_thin_R() [2/2]

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

Returns the upper triangular factor of the thin QR decomposition.

Template Parameters
EigMattype of the matrix
Parameters
mMatrix.
Returns
Upper triangular matrix with minimal rows

Definition at line 19 of file qr_thin_R.hpp.