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

https://github.com/ivanbgd/statistics

Statistics algorithms, sequential and parallel implementations
https://github.com/ivanbgd/statistics

c open-mp openmp statistics

Last synced: about 1 year ago
JSON representation

Statistics algorithms, sequential and parallel implementations

Awesome Lists containing this project

README

          

# Statistics
Statistics algorithms, sequential and parallel implementations

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