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
..
Examples fixed errors in the example project relating to the operator changes 16 years ago
FSharp CI: Automatically updated version in F# project AssemblyInfo (T4) 16 years ago
FSharpExamples andriy's conversion to a generic matrix 16 years ago
FSharpUnitTests Ci: make projects build to a common out folder with a decent folder structure out of the box 16 years ago
NativeWrappers native: added lu inverse 16 years ago
Numerics 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
Silverlight iterative solvers: cleaned up api 16 years ago
SilverlightUnitTests added nunit silverlight test project 16 years ago
UnitTests 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
packages Dependency on zlib.net now NuGet-managed 16 years ago
.gitignore build: corrected name of F# test program 16 years ago
MathNet.Numerics.5.0.ReSharper Merged Andriy's additions as follows: 16 years ago
MathNet.Numerics.5.1.ReSharper fixed a problem were Parallel Invoke and Select where ignoring threading options from Control, there is still an issue with recursively calling invoke. 16 years ago
MathNet.Numerics.sln tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago
MathNet.Numerics.snk Added missing files 17 years ago
Settings.StyleCop changed StyleCop rules to not use this. prefiex, start field names with an underscore, and not to care about ordering 17 years ago