Released: Math.NET Numerics v2.3.0 (Nov 25, 2012)
Portable Library Build:Adds support for WP8 (.Net 4.0 and higher, SL5, WP8 and .NET for Windows Store apps)New: portable build also for F# extensions (.Net 4.5, SL5 and .NET for Windows Store...
View ArticleUpdated Release: Math.NET Numerics v2.3.0 (Nov 25, 2012)
Portable Library Build: Adds support for WP8 (.Net 4.0 and higher, SL5, WP8 and .NET for Windows Store apps)New: portable build also for F# extensions (.Net 4.5, SL5 and .NET for Windows Store...
View ArticleNew Post: How to load data into matrix
New to matrices ... coming from relational database background ...I've got a database table that has: rowkey, columnkey, cellvalue which is read in from SQL to a readerand the keys are in a hashtable...
View ArticleNew Post: How to load data into matrix
Hi,Uh. Sparse matrices are much slower than dense ones by design, but 4h is unacceptable. Some ideas:A) If possible, always initialize a sparse matrices row by row, in ascending order.Quick Example (in...
View ArticleNew Post: How to load data into matrix
Quick note: we currently have a pull request open for an alternative sparse storage scheme (based on Knuth) that might be much more efficient in this scenario, since it seems to avoid almost all...
View ArticleNew Post: How to load data into matrix
Thanks a bunch, Christoph.We'll look at this and let you know what we come up with.YvonneOn Tue, Nov 27, 2012 at 6:02 AM, cdrnet <notifications@codeplex.com> wrote:From: cdrnetQuick note: we...
View ArticleNew Post: How to load data into matrix
Christoph,re: your comment:"D) Consider dense matricesIf I change the above example to use a dense matrix instead (after all such a 100M cell matrix still fits into memory easily): let dense = new...
View ArticleNew Post: Solving Ax=B in visual basic
Hi cuda, thanks for your help! I followed your example (programming in VB ofc), although when using this LU decomposition, I run into a series of NaN (not a number) results. I've been debugging this...
View ArticleNew Post: Solving Ax=B in visual basic
Could you post your A matrix and B vector here so I could test a couple things? or e-mail them to me at marcus@cuda.org.Thanks, MarcusÂ
View ArticleUpdated Wiki: Random Numbers
Random Number Generation The .Net Framwork comes with two (pseudo) random number sources: System.Random and System.Security.Cryptography.RNGCryptoServiceProvider. The former is commonly used throughout...
View ArticleUpdated Wiki: Random Numbers
Random Number Generation The .Net Framwork comes with two (pseudo) random number sources: System.Random and System.Security.Cryptography.RNGCryptoServiceProvider. The former is commonly used throughout...
View ArticleUpdated Wiki: Random Numbers
Random Number Generation The .Net Framwork comes with two (pseudo) random number sources: System.Random and System.Security.Cryptography.RNGCryptoServiceProvider. The former is commonly used throughout...
View ArticleUpdated Wiki: Random Numbers
Random Number Generation The .Net Framwork comes with two (pseudo) random number sources: System.Random and System.Security.Cryptography.RNGCryptoServiceProvider. The former is commonly used throughout...
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: Random Numbers
Random Number Generation The .Net Framwork comes with two (pseudo) random number sources: System.Random and System.Security.Cryptography.RNGCryptoServiceProvider. The former is commonly used throughout...
View ArticleUpdated Wiki: Probability Distributions
Probability Distributions In MathNet.Numerics.Distributions we provide a wide range of probability distributions. Once parametrized, they can be used to sample non-uniform random numbers or investigate...
View ArticleUpdated Wiki: Probability Distributions
Probability Distributions In MathNet.Numerics.Distributions we provide a wide range of probability distributions. Once parametrized, they can be used to sample non-uniform random numbers or investigate...
View ArticleUpdated Wiki: Probability Distributions
Probability Distributions In MathNet.Numerics.Distributions we provide a wide range of probability distributions. Once parametrized, they can be used to sample non-uniform random numbers or investigate...
View ArticleUpdated Wiki: Probability Distributions
Probability Distributions In MathNet.Numerics.Distributions we provide a wide range of probability distributions. Once parametrized, they can be used to sample non-uniform random numbers or investigate...
View Article