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.
 
 
 

818 B

Platform Support

Supported Platforms:

  • .Net Framework 4.0 and higher, with builds for .Net 4.0 and 4.6.1.
  • .Net Standard 1.3 and higher, with builds for .Net Standard 1.3 and 2.0.
  • .Net Core (via .Net Standard)
  • Mono (via .Net Framework)
  • Windows, Linux and Mac.

The F# extensions support a slightly reduced platform set:

  • .Net Framework 4.5 and higher, with builds for .Net 4.0.
  • .Net Standard 1.6 and higher, with builds for .Net Standard 1.3 and 2.0.
  • .Net Core (via .Net Standard)
  • Mono (via .Net Framework)
  • Windows, Linux and Mac.

Dependencies

Package Dependencies:

  • .Net 4.0 and higher, .Net Standard 2.0, Mono: None
  • .Net Standard 1.3: NETStandard.Library and many System.* packages
  • F#: additionally FSharp.Core