-
You may have wondered why the Math.NET Iridium development has stopped abruptly almost two months ago. Luckily this is not entirely true, in the last few weeks the .Net numerics library has progressed well - but at a different place: Math.NET Iridium...
-
We now finally provide an online api reference in an rdoc-like style, generated by docu (actually by my github fork of it). Note that docu is new and still under heavy development, so the quality is likely to improve over the next months (e.g. right now...
-
In addition to the official subversion repository we now also maintain a read-only repository mirror on google code , mainly as a fail-over backup solution if something happens to the primary server, but also because it provides additional ways to access...
-
The algorithm on how the Mean, Variance and Sigma are incrementally computed in the statisics accumulator (MathNet.Numerics.Statistics.Accumulator) has been improved last week in Iridium revision 503 to provide better numeric stability when dealing with...
-
I have much more time for Math.NET from now on than in the past. As a first step I've finally collected and summarized all Math.NET Iridium features in a list: http://mathnet.opensourcedotnet.info/doc/IridiumFeatures.ashx Beside of the continuous...
-
Iteration 16 of Math.NET Iridium (Numerics) is now available, as 2008 August Release with Version 2008.8.16.470. Grab it here . Please continue reporting issues and bugs you find, it's very useful and helps making the whole project better. We've...
-
The next release of Math.NT Iridium, Iteration 16, comes with a revised interpolation architecture and implementation. Up to now, the interpolation classes have been a bit akward to use, partially because of the SampleList collection class you had to...
-
Iteration 14 of Math.NET Iridium (Numerics) is now available, as 2008 April Release with Version 2008.4.14.425. Grab it here . Sorry for the very short release cycle (just one week after iteration 12). The reason is that I won't be able to work on...
-
Iteration 12 of Math.NET Iridium (Numerics) is now available, as 2008 March Release with Version 2008.3.12.405. Grab it here . Team: Christoph Rüegg, Joannès Vermorel, Matthew Kitchin New Contributions: Mike Shugai Summary: Bugs: All know 3 bugs have...
-
Since the February 2008 Release , Math.NET Iridium and Neodym both adapted a new security model: Strong Name: The official assemblies are now strong named. This means that you can put them into the global assembly cache, configure .NET code access policies...
-
Iteration 10 of Math.NET Iridium (Numeric) is now available, as 2008 February Release with Version 2008.2.10.364. Grab it here . This is mostly a service release: Bugs: All known 8 bugs have been fixed. Performance: The linear algebra implementation has...
-
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...
-
I'm using TrueCrypt to encrypt all kind of files on my computer (and on all external harddrives and most USB thumbdrives) for quite some time now and I really like it. On the PC I have a set of data I want to have encrypted but that I always need...
-
One of the principles of the Math.NET Iridium numerics library is to not depend on special hardware or some external super-optimized library, but just on the core .Net Framework 2.0. Thanks to this, Iridium also works with Mono on Linux with no special...
-
In case you every need to capture some keyboard input similar to a TextBox but without a TextBox (hence you also want to capture input that - on some keyboard layouts - need a secondary key to type (like % on my layout = Shift+5), but don't care whether...