Quantcast
Channel: Math.NET Numerics
Browsing all 971 articles
Browse latest View live
↧

Updated 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


Updated 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


New Post: NuGet packages for MathNet 2.3.0

I just added the two packages:Math.NET Numerics for F# Math.NET Numerics for F# - Code Samples However, after adding these packages, my packages.config file only has the zlib entry.  Below is the...

View Article

New Post: NuGet packages for MathNet 2.3.0

Ah yes, there is a known bug in the NuGet 2.1 tools for F# projects, where, among others, the packages.config file is not updated correctly. Updating to the current v2.2 nightly build fixes this issue...

View Article

New Post: How to load data into matrix

Regarding sparse matrix loading performance: I created an adapter for that a while ago and have reworked it now so it should be usable for others. Get it fromhere.I used matrix data from...

View Article


New Post: How to load data into matrix

@YvonneYou really don't want to do Inverse() on a sparse matrix, since the result will most likely not be sparse. Use iterative solvers instead.If you are looking for sparse direct solvers: a few days...

View Article

Image may be NSFW.
Clik here to view.

New Post: How to load data into matrix

Thanks much for your comments Chris. Yeah, we guessed the problem is likely, as you suggest, in trying to get the Inverse - that sucker was running over 24 hrs and never finished so we pretty much gave...

View Article

New Post: How to load data into matrix

When solving a linear system Ax = b you can either choose a direct solver (like LU factorization) which will compute the exact solution, or use an iterative solver, which will compute an approximate...

View Article


Image may be NSFW.
Clik here to view.

New Post: How to load data into matrix

Thank you again, Chris.These pointers are all helpful and I'll share them with the team. Clearly a lot to learn and a few things to investigate and try.I was especially heartened by Matt's comment...

View Article


New Post: How to load data into matrix

Hi Chris,Thanks a lot for the help! Would it be ok for you if we include code derived from your storage adapter into the core library, and your sample code posted above into our documentation and/or...

View Article

Updated Wiki: References

References - Math.NET in the wild On this page we try to collect an excerpt of the "social" graph of the Math.NET Numerics project. What other code or projects contributed in some way to Math.NET?...

View Article

Updated Wiki: References

References - Math.NET in the wild On this page we try to collect an excerpt of the "social" graph of the Math.NET Numerics project. What other code or projects contributed in some way to Math.NET?...

View Article

New Post: How to load data into matrix

Sure, just go ahead...

View Article


Source code checked in, #c65f6e952c94

Cosmetics, more eol whitespace

View Article

Source code checked in, #513c33c90bcd

Build: simplify compilation symbols

View Article


Source code checked in, #47300d4afeb5

Portable: F# unit tests (targetting .Net 4.5)

View Article

Source code checked in, #4e122689de1b

Merge branch 'fspowerpack'

View Article


Source code checked in, #258b2fcce24f

Portable: fix test output paths

View Article

Source code checked in, #2d3416716017

Tests: NUnit HintPaths

View Article

New Post: Solving Ax=B in visual basic

Hi. Sorry for the delay. I've finally managed to put the solving function to work, it was my error on the elements' calculations...It's actually a HUGE matrix, about 2679x2679, it takes me around 1 min...

View Article
Browsing all 971 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>