Skip to content

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

License

Notifications You must be signed in to change notification settings

ivanbgd/Matrices-C

Repository files navigation

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".

Releases

No releases published

Packages

No packages published

Languages