Skip to content
Snippets Groups Projects
Commit 8dc320a3 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

maj enonce

parent 9f833ab1
Branches
No related tags found
No related merge requests found
Pipeline #6385 passed
...@@ -46,7 +46,7 @@ Pour manipuler des matrices, vous devrez implémenter les fonctions suivantes ...@@ -46,7 +46,7 @@ Pour manipuler des matrices, vous devrez implémenter les fonctions suivantes
```C ```C
void matrix_destroy(matrix *mat); void matrix_destroy(matrix *mat);
``` ```
* allocation d'une matrice, et initialisation de ses valeurs à partir d'un tableau de taille `m` et `n` * allocation d'une matrice de taille $m\times n$, et initialisation de ses valeurs à partir d'un tableau de taille `m * n`
```C ```C
matrix matrix_create_from_array(int m, int n, double data[]); matrix matrix_create_from_array(int m, int n, double data[]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment