Grok  7.6.0
Namespaces
invert.h File Reference

Implementation of the matrix inversion. More...

Go to the source code of this file.

Namespaces

 grk
 Copyright (C) 2016-2020 Grok Image Compression Inc.
 

Functions

Exported functions
bool grk::matrix_inversion_f (float *pSrcMatrix, float *pDestMatrix, uint32_t n)
 Calculate a n x n double matrix inversion with a LUP method. More...
 

Detailed Description

Implementation of the matrix inversion.

The function in INVERT.H compute a matrix inversion with a LUP method