Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christoph Ruegg 2b84d8dd5c fixed order statistics/median bug #5667 that caused a potential stackoverflow on platforms where tail-recursion is not optimized. Fixed by turning the recursion into a loop manually. Unit tests. 15 years ago
..
Matlab corrected bug in parsing Complex matrices and added sparse matrix tests 16 years ago
Matrices io: added matlab reader 16 years ago
NIST Added statistics test data. 17 years ago
Codeplex-5667.csv fixed order statistics/median bug #5667 that caused a potential stackoverflow on platforms where tail-recursion is not optimized. Fixed by turning the recursion into a loop manually. Unit tests. 15 years ago