Defines | Functions
mDet.c File Reference
#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Include dependency graph for lib/SRC/AR/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 lib/SRC/AR/mDet.c.


Function Documentation

double arMatrixDet ( ARMat m)

compute determinant of a matrix.

Compute the determinant of a matrix.

Parameters:
mmatrix source
Returns:
the computed determinant

Definition at line 20 of file lib/SRC/AR/mDet.c.

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

Definition at line 30 of file lib/SRC/AR/mDet.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


ar_recog
Author(s): Graylin Trevor Jay and Christopher Crick
autogenerated on Fri Jan 25 2013 12:15:01