Public Attributes
ARMat Struct Reference

matrix structure. More...

#include <matrix.h>

List of all members.

Public Attributes

int clm
double * m
int row

Detailed Description

matrix structure.

Defined the structure of the matrix type based on a dynamic allocation. The matrix format is :
<---- clm --->
[ 10 20 30 ] ^
[ 20 10 15 ] |
[ 12 23 13 ] row
[ 20 10 15 ] |
[ 13 14 15 ] v

Parameters:
mcontent of matrix
rownumber of lines in matrix
clmnumber of column in matrix

Definition at line 73 of file include/AR/matrix.h.


Member Data Documentation

Definition at line 76 of file include/AR/matrix.h.

double * ARMat::m

Definition at line 74 of file include/AR/matrix.h.

Definition at line 75 of file include/AR/matrix.h.


The documentation for this struct was generated from the following files:
 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