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

◆ qr_R() [1/2]

template<typename T_m , require_all_kernel_expressions_and_none_scalar_t< T_m > * = nullptr>
matrix_cl< double > stan::math::qr_R ( T_m &&  m)
inline

Returns the orthogonal factor of the fat QR decomposition.

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

Definition at line 20 of file qr_R.hpp.