Browse by Tags

Iridium 2008 August Release (2008.8.16.470)
14 August 08 02:14 | Christoph Rüegg | 2 comment(s)
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...
Revised Interpolation Toolkit in Iridium
10 Mai 08 05:31 | Christoph Rüegg | with no comments
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...
Iridium 2008 April Release (v2008.4.14.425)
06 April 08 01:50 | Christoph Rüegg | with no comments
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...
Iridium 2008 March Release (v2008.3.12.405)
31 März 08 11:41 | Christoph Rüegg | 2 comment(s)
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...
Math.NET Tightened Security - working fine for you?
09 Februar 08 12:57 | Christoph Rüegg | 1 comment(s)
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...
Iridium 2008 February Release (v2008.2.10.364)
03 Februar 08 12:39 | Christoph Rüegg | 2 comment(s)
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...
Math.NET Iridium on Linux and Mono
19 August 07 06:43 | Christoph Rüegg | with no comments
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...
Iridium Class Reference
06 April 07 03:05 | Christoph Rüegg | 3 comment(s)
I've finally tried Sandcastle to automatically generate class references from the inline xml comments, as a replacement for the discontinued NDoc. The result for Math.NET Iridium is now available for download (in both HtmlHelp CHM and Ms Help 2 HxS...
Yttrium Diagramming
30 März 07 03:44 | Christoph Rüegg | 1 comment(s)
There was quite a huge check-in lately on the yttrium source code repository . I've been refactoring the yttrium code base to a new microkernel based architecture (motivation: getting rid of cyclic dependencies and the high degree of complexity)....
Iridium Release 8: 2007 March (v2007.3.8)
14 März 07 10:47 | Christoph Rüegg | 1 comment(s)
I've just released a new version of the C# Math.NET Numerics toolkit Iridium , v2007.3.8 . Grab it here . What's new in this release? Completely revised FFT implementation Integration of the Torschutz Random Library, revised and extended with...
Revised FFT Core for Iridium
28 Februar 07 12:41 | Christoph Rüegg | with no comments
I'm currently working on the Iridium (Math.NET Numerics) Fast Fourier Transformation Implementation, to finally fix known bugs and improve its usability (make it easier to work with). I expect a new Iridium release this week. What's new: Unit...
Filed under: , ,
PowerShell for Math.NET
23 September 06 12:40 | Christoph Rüegg | 3 comment(s)
I think it would be really interesting to propagate the new MS PowerShell as a new interface for Math.NET, especially for the Yttrium project. Yttrium already provides very simple script support, but PowerShell has so much more to offer. I think about...
Handling Floating Point Numbers
16 August 06 11:23 | Christoph Rüegg | with no comments
Did you know, that: a double can represent 0xFF D FFFFFFFFFFFFF = 18437736874454810623 distinct numbers? there are 450359962736 doubles between 1.0001 and 1.0002? 54975581 between 10'000.0001 and 10'000.0002? 52 between 10'000'000'000...
Filed under: ,
New Math.NET Website Organization
16 August 06 01:38 | Christoph Rüegg | with no comments
In the last few years the Math.NET project websites became scattered around web, including SourceForge and my personal web site. That's why I've been reorganizing the websites the last weeks (and continue to do so the next days). Our new central...
Advances in Project Management
23 Juli 06 10:20 | Christoph Rüegg | 2 comment(s)
As I have mentioned before, for me, Math.NET is not only an interesting math project, but also a kind of play ground to try out new concepts and strategies. In fact I actually learned real object oriented programming in C# with Math.NET (and another project...
More Posts Next page »