#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Functions | |
int | arMatrixSelfInv (ARMat *m) |
inverses a matrix. | |
static double * | minv (double *ap, int dimen, int rowa) |
int arMatrixSelfInv | ( | ARMat * | m | ) |
inverses a matrix.
Inverses a matrix and copy the result in the same structure.
m | the matrix to inverse |
Definition at line 18 of file mSelfInv.c.
static double * minv | ( | double * | ap, | |
int | dimen, | |||
int | rowa | |||
) | [static] |
Definition at line 31 of file mSelfInv.c.