Stan Math Library
4.9.0
Automatic Differentiation
|
std::tuple< Eigen::Matrix< value_type_t< EigMat >, Eigen::Dynamic, Eigen::Dynamic >, Eigen::Matrix< value_type_t< EigMat >, Eigen::Dynamic, Eigen::Dynamic > > stan::math::qr_thin | ( | const EigMat & | m | ) |
Returns the thin QR decomposition.
EigMat | type of the matrix |
m | Matrix. |
Definition at line 25 of file qr_thin.hpp.