/Matrices-C

Matrix operations in C, sequential and parallel implementations (Open MP)

Primary LanguageCMIT LicenseMIT

Matrices-C

Matrix operations in C, sequential and parallel implementations

Open MP

gcc

Compile with: gcc -fopenmp -O2 file_name.c -o file_name -lm

Visual Studio

Go to project properties, and under "Configuration Properties --> C/C++ --> Language --> Open MP Support" select "Yes".