squirvel
squirvel
Actually, I think I might have found what I was looking for... Should have a patch to push sometime in the next day or two
Update, this is in fact an issue with Math.Net. Specifically, the constructor: ```csharp internal DenseColumnMajorMatrixStorage(int rows, int columns) : base(rows, columns) { Data = new T[rows*columns]; } ``` in the...
Re-opened. No good reason to close just because this library isn't the root cause of the problem.