ivanbgd / Matrix-Multiplication-MatMul-C

Matrix Multiplication of non-square matrices in C, including parallel versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix-Multiplication-MatMul-C

Matrix Multiplication of non-square matrices in C, including parallel versions

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

About

Matrix Multiplication of non-square matrices in C, including parallel versions

License:MIT License


Languages

Language:C 100.0%