Automatic Differentiation
 
Loading...
Searching...
No Matches
qr_decomposition.hpp File Reference
#include <stan/math/prim/fun/constants.hpp>
#include <stan/math/opencl/matrix_cl.hpp>
#include <stan/math/opencl/zeros_strict_tri.hpp>
#include <stan/math/opencl/prim/identity_matrix.hpp>
#include <stan/math/opencl/kernel_generator.hpp>
#include <stan/math/opencl/prim/multiply.hpp>
#include <stan/math/opencl/prim/sum.hpp>
#include <stan/math/opencl/copy.hpp>
#include <CL/opencl.hpp>
#include <algorithm>
#include <vector>
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

template<bool need_Q = true>
void stan::math::qr_decomposition_cl (const matrix_cl< double > &A, matrix_cl< double > &Q, matrix_cl< double > &R, int r=100)
 Calculates QR decomposition of A using the block Householder algorithm.