SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
|
Functions | |
template<Target target, typename scalar_t > | |
void | slate::impl::cholqr (Matrix< scalar_t > &A, Matrix< scalar_t > &R, Options const &opts) |
template<Target target, typename scalar_t > | |
void | slate::impl::cholqr (Matrix< scalar_t > &A, HermitianMatrix< scalar_t > &R, Options const &opts) |
void slate::impl::cholqr | ( | Matrix< scalar_t > & | A, |
HermitianMatrix< scalar_t > & | R, | ||
Options const & | opts | ||
) |
Generic implementation for any target that uses herkC to compute the product A^H * A.