Lines Matching defs:error
244 /** Compute the average square error between the identity matrix and the
279 "-q: quiet mode -- do not print computed error.\n"
294 double error;
312 fprintf(stderr, "Error: wrong number of arguments.\n");
317 /* Error checking. */
330 error = identity_error(prod, matrix_size);
331 ratio = error / (eps * matrix_size);
334 printf("error = %g; epsilon = %g; error / (epsilon * n) = %g\n",
335 error, eps, ratio);
338 printf("Error within bounds.\n");
340 printf("Error out of bounds.\n");