TwiceAsNice
2019-02-18
|
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
Macros | |
#define | NRA 62 /* number of rows in matrix A */ |
#define | NCA 15 /* number of columns in matrix A */ |
#define | NCB 7 /* number of columns in matrix B */ |
Functions | |
int | main (int argc, char *argv[]) |
#define NCA 15 /* number of columns in matrix A */ |
#define NCB 7 /* number of columns in matrix B */ |
#define NRA 62 /* number of rows in matrix A */ |
int main | ( | int | argc, |
char * | argv[] | ||
) |