Hello,
I found a small "copy/paste" bug in the CopyToArray() method of the Matrix class (MathNet.Iridium-2008.3.12.405):
File: LinearAlgebra/Matrix.cs
Line: 405
for(int j = 0; i < _columnCount; j++)
It should be j, not i.
Thanks! - BB
Thanks for reporting! Confirmed and tracked as IRID-124.
I think I should raise the priority of writing more unit tests of already existing code...
Fixed in revision 419.