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

New Post: new user question

Hi Christoph,When I try your suggestion,var a = new Double.DenseVector(newdouble[] {1,2,3});I get the following error: "The type name 'DenseMatrix' does not exist in the type 'double'"I guess this is...

View Article


New Post: new user question

Sorry, my mistake - that trick only actually works if you're inside the MathNet.Numerics.LinearAlgebra namespace. Please consider cuda's approach instead with an alias, or more general e.g.:using...

View Article


New Post: new user question

Thank you for your helpJohn

View Article

New Post: Iterative Solver Problem

var p3 = newdouble[,] { { 1, 1, 1 }, { 1, 2, 3 }, { 1, 3, 6 } };var pascal3 = new DenseMatrix(p3);var u = newdouble[] { 3, 1, 4 };var uVec = new DenseVector(u);var sl2 = new...

View Article

New Post: Iterative Solver Problem

Just for reference, its the first one (BiCgStab) that is off, as verified with:pascal3.LU().Solve(uVec); pascal3.QR().Solve(uVec);

View Article


New Post: Iterative Solver Problem

cdrnet wrote:Just for reference, its the first one (BiCgStab) that is off, as verified with: pascal3.LU().Solve(uVec); pascal3.QR().Solve(uVec); Thank you, Christoph for your instant response. Do you...

View Article

New Post: Iterative Solver Problem

I actually don't know that much about our iterative solvers and how they (are supposed to) behave numerically myself, but some quick experiments show that it suddenly converges if we increase the...

View Article

Commented Issue: Performance of DescriptiveStatistics is questionable [5698]

I have a VERY large dataset (TBs in size) that I will be wanting to run against. I was testing against only 20 MBs of data and using the DescriptiveStatistics class. I noticed that performance was...

View Article


Commented Issue: Descriptive statistics needing two passes over the data [5670]

I guess the goal of descriptive statistics is to compute a whole bunch of stats in as few passes over the data as possible. It has proven very useful to me many times; the only slightly unsatisfactory...

View Article


Commented Issue: True computation of online statistics [5686]

Great thank you,In my project I used these references: maybe they will...

View Article

Closed Issue: Descriptive statistics needing two passes over the data [5670]

I guess the goal of descriptive statistics is to compute a whole bunch of stats in as few passes over the data as possible. It has proven very useful to me many times; the only slightly unsatisfactory...

View Article

Closed Issue: Performance of DescriptiveStatistics is questionable [5698]

I have a VERY large dataset (TBs in size) that I will be wanting to run against. I was testing against only 20 MBs of data and using the DescriptiveStatistics class. I noticed that performance was...

View Article

Commented Issue: Algorithms.LinearAlgebra.Acml disappeared [5720]

Algorithms.LinearAlgebra.Acml namesapace as well as several others - apart from MKL have disappeared in the latest version.This means that native wrapper tests no longer build.In general I must say...

View Article


New Post: 2D FFT

Any built-in 2D FFT routines?

View Article

New Post: 2D FFT

Not out of the box yet.

View Article


Closed Issue: SparseVector.NonZerosCount [5721]

Please, could it be possible to add to the SparseVector property public int NonZerosCount{ get { return _storage.ValueCount; }}as it is in SparseMatrix?

View Article

Commented Issue: SparseVector.NonZerosCount [5721]

Please, could it be possible to add to the SparseVector property public int NonZerosCount{ get { return _storage.ValueCount; }}as it is in SparseMatrix? Comments: Added to mainline

View Article


Closed Issue: complex eigenvalue decomposition bug [5694]

// Breakpoint before the decomposition shows the content of the first DenseMatrix in the array of dense matrices (index = [0] )base {MathNet.Numerics.LinearAlgebra.Complex32.Matrix} = {(0.9275488,...

View Article

Closed Issue: Unit tests fail using Mono 2.10 [5668]

The unit tests hang on the solvers (direct and iterative) and about 25 non-solver tests fail under Mono 2.10 on Ubuntu 10.10. Most are precision and culture problems, and a couple are due to differing...

View Article

Closed Issue: Add missing RandomShuffle to Combinatorics [5692]

Hi,On the websitehttp://numerics.mathdotnet.com/combinatorics/I saw there is a method to generate a combination of a list.However I don't seem to find it in the code.Am I overlooking something?Best...

View Article
Browsing all 971 articles
Browse latest View live


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