TwiceAsNice  2019-02-18
Macros | Functions
omp_mm.c File Reference
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for omp_mm.c:

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[])
 

Macro Definition Documentation

◆ NCA

#define NCA   15 /* number of columns in matrix A */

◆ NCB

#define NCB   7 /* number of columns in matrix B */

◆ NRA

#define NRA   62 /* number of rows in matrix A */

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)