#ifndef NB #error NB is not defined #endif double *A, *B, *C; //The following code implements C = A B + C //with A, B and C being NB x NB matrices //register blocking void compute() { #error not implemented }