ARMat Struct Reference

matrix structure. More...

#include <matrix.h>


Data Fields

double * m
int row
int clm


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:
m content of matrix
row number of lines in matrix
clm number of column in matrix


The documentation for this struct was generated from the following file: Generated with Doxygen
Copyright © 2004-2006. HIT Lab NZ. All Rights Reserved.