STK++ 0.9.13
|
In this file we define the Interface class IQr (QR decomposition). More...
#include <STKernel/include/STK_Real.h>
#include <Sdk/include/STK_IRunner.h>
#include <Arrays/include/STK_Array2DVector.h>
#include <Arrays/include/STK_Array2DUpperTriangular.h>
#include "STK_Algebra_Util.h"
#include "STK_Householder.h"
#include "STK_Givens.h"
Go to the source code of this file.
Classes | |
class | STK::IQr< Derived > |
The class IQr is an interface class for the method computing the QR Decomposition of a ArrayXX. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
In this file we define the Interface class IQr (QR decomposition).
Definition in file STK_IQr.h.