Stan Math Library
5.1.0
Automatic Differentiation
Loading...
Searching...
No Matches
◆
qr_thin()
template<typename EigMat ,
require_eigen_t
< EigMat > * = nullptr>
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
)
inline
Returns the thin QR decomposition.
Template Parameters
EigMat
type of the matrix
Parameters
m
Matrix.
Returns
A tuple containing (Q,R):
Orthogonal matrix with minimal columns
Upper triangular matrix with minimal rows
Definition at line
26
of file
qr_thin.hpp
.
stan
math
[
Stan Home Page
]
© 2011–2019, Stan Development Team.