KrisLibrary  1.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
Math::NRQRDecomposition< T > Class Template Reference

The QR decomposition as computed by the algorithm in Numerical Recipes in C. More...

#include <QRDecomposition.h>

Public Types

typedef MatrixTemplate< T > MatrixT
 
typedef VectorTemplate< T > VectorT
 

Public Member Functions

bool set (const MatrixT &A)
 
void backSub (const VectorT &x, VectorT &b) const
 
void QBackSub (const VectorT &x, VectorT &b) const
 
void getQ (MatrixT &Q) const
 

Public Attributes

MatrixT QR
 
VectorT c
 
bool singular
 

Detailed Description

template<class T>
class Math::NRQRDecomposition< T >

The QR decomposition as computed by the algorithm in Numerical Recipes in C.


The documentation for this class was generated from the following files: