An open API service indexing awesome lists of open source software.

https://github.com/ivanbgd/matrices-c

Matrix operations in C, sequential and parallel implementations (Open MP)
https://github.com/ivanbgd/matrices-c

c matrices matrix matrix-calculations matrix-functions matrix-multiplication open-mp openmp

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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