#include <GrkMatrix.h>
|
bool | matrix_inversion_f (float *pSrcMatrix, float *pDestMatrix, uint32_t nb_compo) |
| Matrix inversion.
|
|
|
void | lupInvert (float *pSrcMatrix, float *pDestMatrix, uint32_t nb_compo, uint32_t *pPermutations, float *p_src_temp, float *p_dest_temp, float *p_swap_area) |
|
bool | lupDecompose (float *matrix, uint32_t *permutations, float *p_swap_area, uint32_t nb_compo) |
|
void | lupSolve (float *pResult, float *pMatrix, float *pVector, uint32_t *pPermutations, uint32_t nb_compo, float *p_intermediate_data) |
|
◆ lupDecompose()
bool grk::GrkMatrix::lupDecompose |
( |
float * | matrix, |
|
|
uint32_t * | permutations, |
|
|
float * | p_swap_area, |
|
|
uint32_t | nb_compo ) |
|
private |
◆ lupInvert()
void grk::GrkMatrix::lupInvert |
( |
float * | pSrcMatrix, |
|
|
float * | pDestMatrix, |
|
|
uint32_t | nb_compo, |
|
|
uint32_t * | pPermutations, |
|
|
float * | p_src_temp, |
|
|
float * | p_dest_temp, |
|
|
float * | p_swap_area ) |
|
private |
◆ lupSolve()
void grk::GrkMatrix::lupSolve |
( |
float * | pResult, |
|
|
float * | pMatrix, |
|
|
float * | pVector, |
|
|
uint32_t * | pPermutations, |
|
|
uint32_t | nb_compo, |
|
|
float * | p_intermediate_data ) |
|
private |
◆ matrix_inversion_f()
bool grk::GrkMatrix::matrix_inversion_f |
( |
float * | pSrcMatrix, |
|
|
float * | pDestMatrix, |
|
|
uint32_t | nb_compo ) |
The documentation for this class was generated from the following files: