private static void strassen_mult_parallel( CancellationToken cancellationToken, // dimensions of A, B, and C submatrices int n, // (ax,ay) = origin of A submatrix for multiplicand int* A, int ax, int ay, int a_s, // (bx,by) = origin of ...