Has anyone investigated a performance comparison between Math.NET Numerics vs Extreme Optimization numerical libraries using F#?
Specifically I would be interested in an actual comparison (computational time) for:
- matrix multiplication
- MCMC problems (random generators)
- matrix inversion.
For questions reviewers, I have asked this question yesterday but it has been put on hold as 'opinion-based', I am specifically asking computation times, statistics ideally over many runs.
Has anyone in the .NET community tested the performance of different numerical libraries?
Thanks