Main Page | Data Structures | File List | Data Fields | Globals

Matrix Struct Reference

#include <matrix.h>


Data Fields

number prototype
int size
value_typetab


Detailed Description

Definition du type matrix, qui sert de valeur a un nombre MATRIX

Definition at line 16 of file matrix.h.


Field Documentation

number Matrix::prototype
 

Prototype des éléments de la matrice

Definition at line 18 of file matrix.h.

Referenced by addMatrix(), getComponent(), getUnitMatrix(), getZeroMatrix(), multMatrix(), and setComponent().

int Matrix::size
 

Taille

Definition at line 20 of file matrix.h.

Referenced by addMatrix(), displayMatrix(), getComponent(), getUnitMatrix(), getZeroMatrix(), multMatrix(), and setComponent().

value_type* Matrix::tab
 

Tableau des valeurs

Definition at line 22 of file matrix.h.

Referenced by getComponent(), and setComponent().


The documentation for this struct was generated from the following file:
Generated on Thu Dec 18 16:01:24 2008 for Numbers by  doxygen 1.3.9.1