40 oMatrix(uint16_t nl, uint16_t nc);
52 void Allocate(uint16_t nl, uint16_t nc);
This header file is mainly used to declare some macro definitions and all includes needed from the st...
int SetMatriceElt(uint16_t l, uint16_t c, FLTNBLUT a_val)
Set the matrix element corresponding to the argument indices with the provided value.
~oMatrix()
oMatrix destructor. Free memory of the oMatrix object.
oMatrix()
oMatrix constructor. Initialize the member variables to their default values.
int Multiplication(oMatrix *a_Mtx, oMatrix *a_MtxResult)
Multiply the member matrix with the matrix provided in 1st parameter Return the result in the matric ...
FLTNBLUT GetMatriceElt(uint16_t l, uint16_t c)
Declaration of class sOutputManager.
Structure designed for basic matrices operations.
void Allocate(uint16_t nl, uint16_t nc)
Instanciate a Matrix structure with the number of lines and colons provided in parameters.