Automatic Differentiation
 
Loading...
Searching...
No Matches
tridiagonalization.hpp File Reference

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.
 
namespace  stan::math::internal
 A comparator that works for any container type that has the brackets operator.
 

Functions

void stan::math::internal::block_householder_tridiag_cl (const matrix_cl< double > &A, matrix_cl< double > &packed, const int r=60)
 Tridiagonalize a symmetric matrix using block Housholder algorithm.
 
void stan::math::internal::block_apply_packed_Q_cl (const matrix_cl< double > &packed_cl, matrix_cl< double > &A, const int r=200)
 Calculates Q*A in-place.