Go to the source code of this file.
Data Structures | |
| struct | Matrix |
Functions | |
| number | getMatrix (int n, number p) |
| number | getComponent (number a, int i, int j) |
| number | setComponent (number a, int i, int j, number x) |
| int | howManyMatrices () |
| void | freeMatrix (number *p) |
| void | freeAllMatrices (void) |
| void | freeAllMatricesExcept (number p) |
Definition in file matrix.h.
|
|
Liberation de matrices Libere toutes les matrices allouees par getMatrix, directement par l'utilisateur ou en interne |
|
|
Liberation de matrices
Definition at line 115 of file matrix.c. References number. |
|
|
Liberation de matrice
Definition at line 111 of file matrix.c. References number. |
|
||||||||||||||||
|
Accesseur en lecture des elements
Definition at line 142 of file matrix.c. References value_type::matval, number, Matrix::prototype, Matrix::size, Matrix::tab, NB::type, and NB::val. Referenced by addMatrix(), displayMatrix(), and multMatrix(). |
|
||||||||||||
|
Constructeur de matrice
Definition at line 130 of file matrix.c. References displayMatrix(), value_type::matval, number, and NB::val. Referenced by addMatrix(), getUnitMatrix(), getZeroMatrix(), and multMatrix(). |
|
|
Nombre de matrices allouees
|
|
||||||||||||||||||||
|
Accesseur en ecriture des elements
Definition at line 155 of file matrix.c. References value_type::matval, number, Matrix::prototype, Matrix::size, Matrix::tab, NB::type, and NB::val. Referenced by addMatrix(), getUnitMatrix(), and multMatrix(). |
1.3.9.1