givens_base.h File Reference


Detailed Description

File for Givens rotations.

Definition in file givens_base.h.

Go to the source code of this file.

Namespaces

namespace  o2scl_linalg

Functions

template<class mat1_t, class mat2_t>
void 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)
 Desc.
template<class mat1_t, class mat2_t>
void 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)
 Desc.
template<class vec_t>
void apply_givens_vec (vec_t &v, size_t i, size_t j, double c, double s)
 Desc.


Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page