Browse by Tags

Matrix data structure optimization: Nearly 50% perf gain
14 Oktober 07 09:28 | Christoph Rüegg | 2 comment(s)
Some time ago I did some very basic performance analysis of solving linear equation systems with Iridium. Since then we decided to rewrite the Matrix class to use jagged arrays instead of rectangular ones, see this forum discussion . There already was...
Iridium Performance Analysis
15 April 07 02:30 | Christoph Rüegg | 3 comment(s)
I started performing some very basic performance analysis of interesting parts of the Math.NET Iridium (Numerics) Library, motivated by a forum post . Machine Configuration I tested it on the following computers: A : Desktop, Intel P4, 3.4 GHz , XP SP2...