« Mathc matrices/Fichiers h : vrm » : différence entre les versions

Contenu supprimé Contenu ajouté
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 18 :
int c;
 
for (r=FIRST; r<A[R_SIZE][OFC0]; r++)
for (c=FIRST; c<A[C_SIZE][OFC0]; c++)
 
A[r][c] = r_I(n);
Ligne 36 :
int c;
 
for (r=FIRST; r<A[R_SIZE][OFC0]; r++)
for (c=FIRST; c<A[C_SIZE][OFC0]; c++)
 
A[r][c] = rp_I(n);
Ligne 54 :
int c;
 
for (r=FIRST; r<A[R_SIZE][OFC0]; r++)
for (c=FIRST; c<A[C_SIZE][OFC0]; c++)
 
A[r][c] = r0_I(n);
Ligne 72 :
int c;
 
for (r=FIRST; r<A[R_SIZE][OFC0]; r++)
for (c=FIRST; c<A[C_SIZE][OFC0]; c++)
 
A[r][c] = r_F(n,e);