Mathter
A configurable 3D math library for game developers.
|
#include "../Common/MathUtil.hpp"
#include "../Transforms/ZeroBuilder.hpp"
#include "../Transforms/IdentityBuilder.hpp"
Go to the source code of this file.
Classes | |
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. More... | |
Namespaces | |
mathter | |
Functions | |
template<class T , int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed> | |
auto | mathter::DecomposeQR (Matrix< T, Rows, Columns, Order, Layout, Packed > m) |
Calculates the QR decomposition of the matrix using Householder transforms. More... | |