File for Givens rotations. More...
Go to the source code of this file.
Namespaces | |
o2scl_linalg | |
The namespace for linear algebra classes and functions. | |
Functions | |
template<class mat1_t , class mat2_t > | |
void | o2scl_linalg::apply_givens_qr (size_t M, size_t N, mat1_t &Q, mat2_t &R, size_t i, size_t j, double c, double s) |
Apply a rotation to matrices from the QR decomposition. More... | |
template<class mat1_t , class mat2_t > | |
void | o2scl_linalg::apply_givens_lq (size_t M, size_t N, mat1_t &Q, mat2_t &L, size_t i, size_t j, double c, double s) |
Apply a rotation to matrices from the LQ decomposition. More... | |
template<class vec_t > | |
void | o2scl_linalg::apply_givens_vec (vec_t &v, size_t i, size_t j, double c, double s) |
Apply a rotation to a vector, ![]() | |
Definition in file givens_base.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).