OpenMP code located in C++ folder. All OpenMP calculations are written in .csv and store in data folder. In Jupyter Notebooks you'll find the short conclusion [RUS]. And myplots.py needs to visualize plots.
- minmax.ipynb - searching for Min/Max in vector.
- scalar.ipynb - calculating scalar product.
- scalar2.ipynb - scalar product with filling a vector with random numbers by sections.
- matrix.ipynb - searching for Max value from Min values in each raw of matrix.
- matrix2.ipynb - the same as 4, but with uneven compute load with triangle matrix.
- Numerical-Integration - add repo with сalculating the area under curve.