|
STK++ 1.0
|
In this file we define Givens methods used by the Algebra classes. More...
#include "../../STKernel/include/STK_Real.h"#include "../../Sdk/include/STK_ITContainer2D.h"

Go to the source code of this file.
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
Functions | |
| Real | STK::compGivens (Real const &y, Real const &z, Real &cosinus, Real &sinus) |
| Compute Givens rotation. | |
| template<class TContainer2D > | |
| void | STK::rightGivens (ITContainer2D< Real, TContainer2D > &M, Integer const &col1, Integer const &col2, Real const &cosinus, Real const &sinus) |
| Apply Givens rotation. | |
| template<class TContainer2D > | |
| void | STK::leftGivens (ITContainer2D< Real, TContainer2D > &M, Integer const &row1, Integer const &row2, Real const &cosinus, Real const &sinus) |
| left multiplication by a Givens Matrix. | |
In this file we define Givens methods used by the Algebra classes.
Definition in file STK_Givens.h.