There are two different nuget packages, MathNet.Numerics
and MathNet.Numerics.Signed
. How are they different? And does signed package include all features from MathNet.Numerics
?
Asked
Active
Viewed 490 times
1

ozgur
- 2,549
- 4
- 25
- 40
-
4Docs for Signed state "This package contains strong-named assemblies for legacy use cases (not recommended).". 450 people downloaded MathNet.Numerics.Signed 4.70 compared to 15,000 people using the non-strong-name version. Read this: https://learn.microsoft.com/en-us/dotnet/framework/app-domains/strong-named-assemblies and then (probably) use the normal version – Caius Jard Dec 09 '18 at 17:46