Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
qr_thin_Q.hpp File Reference
#include <stan/math/prim/arr/err/check_nonzero_size.hpp>
#include <stan/math/prim/scal/err/check_greater_or_equal.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <algorithm>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T >
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > stan::math::qr_thin_Q (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &m)
 Returns the orthogonal factor of the thin QR decomposition. More...
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.