Use OpenMP for matop functions
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Matrix functions are perfect for multiprocessing, esp. if the matrices are large. Add OpenMP support to all relevant matrix functions (statistics might need some firstprivate stuff).
This should straightforwardly be implemented. We only need to look up, how we can use firstprivate and lastprivate. Can probably be combined with the changes in [#637].
Change was added to the automatic SW tests. No deviation detected.
Anonymous
Diff:
Diff:
Related
Tickets:
#637Diff:
Related
Commit: [r999]
Tickets:
#637Diff: