|
TooN 2.1
|
Performs QR decomposition. More...
#include <QR.h>
Public Member Functions | |
| template<int R, int C, class P , class B > | |
| QR (const Matrix< R, C, P, B > &m_) | |
|
const Matrix< Rows, Cols, Precision > & | get_R () |
|
const Matrix< square_Size, square_Size, Precision, ColMajor > & | get_Q () |
Performs QR decomposition.
The QR decomposition operates on a matrix A. In general:
1.7.4