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.
 
 
 
Kuan Bartel 4ea75fad55 Added support for loading native libraries on Linux and MacOSX. I'm not sure how to detect the processor on Unix systems though as Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE") won't work. x86 and AMD64 are fine as I could just use Environment.Is64BitProcess but there's no way to detect ARM and IA64 in the BCL. So currently for Unix I'm not using an architecture directory. 12 years ago
..
Data Release Data Extensions v3.1.0 12 years ago
DataUnitTests Release Data Extensions v3.1.0 12 years ago
Examples Fix examples 12 years ago
FSharp Release v3.5.0 12 years ago
FSharpExamples Paket: convert-from-nuget 12 years ago
FSharpUnitTests Release v3.5.0 12 years ago
NativeProviders fixed tests for complex evd 12 years ago
Numerics Added support for loading native libraries on Linux and MacOSX. I'm not sure how to detect the processor on Unix systems though as Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE") won't work. x86 and AMD64 are fine as I could just use Environment.Is64BitProcess but there's no way to detect ARM and IA64 in the BCL. So currently for Unix I'm not using an architecture directory. 12 years ago
Performance Migrate to new official FSharp.Core NuGet package (paket-v20a7) 12 years ago
UnitTests Added NativeProviderLoader, a helper class for loading native provider libraries depending on the processor architecture and the process bitness. MklLinearAlgebraProvider modified to call the helper class in InitializeVerify. 12 years ago
.gitignore Solution: separate solution for portable builds (SL etc) 15 years ago
MathNet.Numerics.snk Added missing files 17 years ago