0.9.9 API documenation
Functions
matrix_factorisation.hpp File Reference

GLM_GTX_matrix_factorisation More...

Go to the source code of this file.

Functions

template<length_t C, length_t R, typename T , qualifier P, template< length_t, length_t, typename, qualifier > class matType>
GLM_FUNC_DECL matType< C, R, T, P > fliplr (matType< C, R, T, P > const &in)
 Flips the matrix columns right and left. More...
 
template<length_t C, length_t R, typename T , qualifier P, template< length_t, length_t, typename, qualifier > class matType>
GLM_FUNC_DECL matType< C, R, T, P > flipud (matType< C, R, T, P > const &in)
 Flips the matrix rows up and down. More...
 
template<length_t C, length_t R, typename T , qualifier P, template< length_t, length_t, typename, qualifier > class matType>
GLM_FUNC_DECL void qr_decompose (matType< C, R, T, P > const &in, matType<(C< R?C:R), R, T, P > &q, matType< C,(C< R?C:R), T, P > &r)
 Performs QR factorisation of a matrix. More...
 
template<length_t C, length_t R, typename T , qualifier P, template< length_t, length_t, typename, qualifier > class matType>
GLM_FUNC_DECL void rq_decompose (matType< C, R, T, P > const &in, matType<(C< R?C:R), R, T, P > &r, matType< C,(C< R?C:R), T, P > &q)
 Performs RQ factorisation of a matrix. More...
 

Detailed Description

GLM_GTX_matrix_factorisation

See also
GLM Core (dependence)

Definition in file matrix_factorisation.hpp.