Lines Matching defs:error
280 /** Compute the average square error between the identity matrix and the
318 double error;
328 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
335 fprintf(stderr, "Error: wrong number of arguments.\n");
340 /* Error checking. */
350 error = identity_error(prod, matrix_size);
351 ratio = error / (eps * matrix_size);
354 printf("error = %g; epsilon = %g; error / (epsilon * n) = %g\n",
355 error, eps, ratio);
358 printf("Error within bounds.\n");
360 printf("Error out of bounds.\n");