#include <stdio.h>
#include <math.h>
#include <malloc.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
ARMat * | arMatrixAllocInv (ARMat *source) |
inverses a matrix. |
ARMat* arMatrixAllocInv | ( | ARMat * | source | ) |
inverses a matrix.
Inverses a matrix and copy the result in in a new allocated structure.
source | the matrix to inverse |
Definition at line 21 of file lib/SRC/AR/mAllocInv.c.