A utility class that can do common operations with the QR decomposition, i.e. solving equation systems.
More...
#include <DecomposeQR.hpp>
|
| DecompositionQR (Matrix< T, Rows, Rows, Order, Layout, Packed > Q, Matrix< T, Rows, Columns, Order, Layout, Packed > R) |
|
|
Matrix< T, Rows, Rows, Order, Layout, Packed > | Q |
|
Matrix< T, Rows, Columns, Order, Layout, Packed > | R |
|
template<class T, int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
class mathter::DecompositionQR< T, Rows, Columns, Order, Layout, Packed >
A utility class that can do common operations with the QR decomposition, i.e. solving equation systems.
◆ DecompositionQR()
template<class T , int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
mathter::DecompositionQR< T, Rows, Columns, Order, Layout, Packed >::DecompositionQR |
( |
Matrix< T, Rows, Rows, Order, Layout, Packed > |
Q, |
|
|
Matrix< T, Rows, Columns, Order, Layout, Packed > |
R |
|
) |
| |
|
inline |
template<class T , int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
Matrix<T, Rows, Rows, Order, Layout, Packed> mathter::DecompositionQR< T, Rows, Columns, Order, Layout, Packed >::Q |
template<class T , int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
Matrix<T, Rows, Columns, Order, Layout, Packed> mathter::DecompositionQR< T, Rows, Columns, Order, Layout, Packed >::R |
The documentation for this class was generated from the following file: