Skip to content
Extraits de code Groupes Projets
Valider 3eef56df rédigé par Matthieu RÉ's avatar Matthieu RÉ
Parcourir les fichiers

Update method name

parent 21a6bc4e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -11,7 +11,7 @@
* @param fb: image of the second vector to compare by f
* @returns: the espsilon-indicator
*/
double espsilon_indicator(double [][] a, double [][] b, int dim_obj = a[0], int dim_a = 1, int dim_b = 1) {
double epsilon_indicator(double [][] a, double [][] b, int dim_obj = a[0], int dim_a = 1, int dim_b = 1) {
int i, j, k;
double eps = 0.0, eps_j = 0.0, eps_k=0.0, eps_temp;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter