New Post: Is anyone interested in Point2D & 3D, Vector2D & 3D and...
I have a bunch of code and tests for this, nothing fancy but still useful ime. The reason I created them is that the built in .net types are mutable and make me nervous.
View ArticleNew Post: Is anyone interested in Point2D & 3D, Vector2D & 3D and...
Hi Johan, There have long been plans to add a dedicated project in this area to the Math.NET family, something along the lines of "Math.NET Spatial" (along "Math.NET Numerics", "Math.NET Symbolics"...
View ArticleNew Post: Is anyone interested in Point2D & 3D, Vector2D & 3D and...
Never heard of any SIMD types :) How do you suggest I proceed, create a branch for the new stuff and a PR to it? I have not used git the pull request way but am sure it will be np. What I have:Point2D...
View ArticleReleased: Math.NET Numerics v3.0.0 (Jun 21, 2014)
Full HistoryFirst stable v3 release:Upgrade NotesStable API, no more breaking changes for all future v3 releases (except previews).Finally unlocks development and contributions around non-linear...
View ArticleCreated Release: Math.NET Numerics v3.0.0 (Jun 21, 2014)
Full HistoryFirst stable v3 release: Upgrade NotesStable API, no more breaking changes for all future v3 releases (except previews).Finally unlocks development and contributions around non-linear...
View ArticleNew Post: Getting C# examples to compile in VS2012
As a beginner I have worked out how to get the Math.net examples to compile and run in VS2012 here Stackoverflow For an implementation of an Echo State Network I need to calculate the spectral radius...
View ArticleReleased: Math.NET Numerics v3.0.1 (Jun 24, 2014)
Full HistoryPatch release, fixing a bug in new Matrix.ToMatrixString and Vector.ToVectorString routines.
View ArticleCreated Release: Math.NET Numerics v3.0.1 (Jun 24, 2014)
Full HistoryPatch release, fixing a bug in new Matrix.ToMatrixString and Vector.ToVectorString routines.
View ArticleNew Post: Getting C# examples to compile in VS2012
Ah, the samples have already been updated to v3 (except probability distributions, but I've just fixed them in master), but it seems you try to use them against v2. Can you upgrade your references to...
View ArticleUpdated Wiki: Documentation
Math.NET Numerics Documentation Math.NET Numerics is an opensource numerical library for .Net, Silverlight, Metro and Mono. This topic lists documentation that will help you use the toolkit in your own...
View ArticleUpdated Wiki: Documentation
Math.NET Numerics Documentation Math.NET Numerics is an opensource numerical library for .Net, Silverlight, Metro and Mono. This topic lists documentation that will help you use the toolkit in your own...
View ArticleUpdated Wiki: Documentation
Math.NET Numerics Documentation Math.NET Numerics is an opensource numerical library for .Net, Silverlight, Metro and Mono. This topic lists documentation that will help you use the toolkit in your own...
View ArticleUpdated Wiki: Documentation
Math.NET Numerics Documentation Math.NET Numerics is an opensource numerical library for .Net, Silverlight, Metro and Mono. This topic lists documentation that will help you use the toolkit in your own...
View ArticleUpdated Wiki: Documentation
Math.NET Numerics Documentation Math.NET Numerics is an opensource numerical library for .Net, Silverlight, Metro and Mono. This topic lists documentation that will help you use the toolkit in your own...
View ArticleUpdated Wiki: Documentation
Math.NET Numerics Documentation Math.NET Numerics is an opensource numerical library for .Net, Silverlight, Metro and Mono. This topic lists documentation that will help you use the toolkit in your own...
View ArticleUpdated Wiki: Documentation
Math.NET Numerics Documentation Math.NET Numerics is an opensource numerical library for .Net, Silverlight, Metro and Mono. This topic lists documentation that will help you use the toolkit in your own...
View ArticleUpdated Wiki: Documentation
Math.NET Numerics Documentation All documentation is now on:http://numerics.mathdotnet.com/docs/
View ArticleUpdated Wiki: Documentation
Math.NET Numerics Documentation All documentation is on:http://numerics.mathdotnet.com/docs/
View ArticleNew Post: Sparse matrix performance
I've changed the Matlab mat file reading code a bit, using the fact that Matlab actually uses CSC storage. Source: MathNet.Numerics.Extensions-src.zip Benchmark:Reading A-1000-x-1000.mat ......
View ArticleCreated Unassigned: is gammaupperincomplete correct? [5732]
When using the following values...double a = 0;double x = 0.2247;double ans = MathNet.Numerics.SpecialFunctions.GammaUpperIncomplete(a, x);...I am getting an answer of infinity. This site:...
View Article