mDet.c File Reference

#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Include dependency graph for mDet.c:

Go to the source code of this file.

Defines

#define MATRIX(name, x, y, width)   ( *(name + (width) * (x) + (y)) )

Functions

double arMatrixDet (ARMat *m)
 compute determinant of a matrix.
static double mdet (double *ap, int dimen, int rowa)

Define Documentation

#define MATRIX ( name,
x,
y,
width   )     ( *(name + (width) * (x) + (y)) )

Definition at line 16 of file mDet.c.


Function Documentation

double arMatrixDet ( ARMat m  ) 

compute determinant of a matrix.

Compute the determinant of a matrix.

Parameters:
m matrix source
Returns:
the computed determinant

Definition at line 20 of file mDet.c.

static double mdet ( double *  ap,
int  dimen,
int  rowa 
) [static]

Definition at line 30 of file mDet.c.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines


artoolkit
Author(s): Gautier Dumonteil
autogenerated on Fri Jan 11 10:05:48 2013