#include <matrix.h>
Data Fields | |
| number | prototype |
| int | size |
| value_type * | tab |
Definition at line 16 of file matrix.h.
|
|
Prototype des éléments de la matrice Definition at line 18 of file matrix.h. Referenced by addMatrix(), getComponent(), getUnitMatrix(), getZeroMatrix(), multMatrix(), and setComponent(). |
|
|
Taille Definition at line 20 of file matrix.h. Referenced by addMatrix(), displayMatrix(), getComponent(), getUnitMatrix(), getZeroMatrix(), multMatrix(), and setComponent(). |
|
|
Tableau des valeurs Definition at line 22 of file matrix.h. Referenced by getComponent(), and setComponent(). |
1.3.9.1