MathNet.Numerics.FSharp.Signed
3.0.0-beta02
See the version list below for details.
dotnet add package MathNet.Numerics.FSharp.Signed --version 3.0.0-beta02
NuGet\Install-Package MathNet.Numerics.FSharp.Signed -Version 3.0.0-beta02
<PackageReference Include="MathNet.Numerics.FSharp.Signed" Version="3.0.0-beta02" />
paket add MathNet.Numerics.FSharp.Signed --version 3.0.0-beta02
#r "nuget: MathNet.Numerics.FSharp.Signed, 3.0.0-beta02"
// Install MathNet.Numerics.FSharp.Signed as a Cake Addin #addin nuget:?package=MathNet.Numerics.FSharp.Signed&version=3.0.0-beta02&prerelease // Install MathNet.Numerics.FSharp.Signed as a Cake Tool #tool nuget:?package=MathNet.Numerics.FSharp.Signed&version=3.0.0-beta02&prerelease
Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net 4.0.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- MathNet.Numerics.Signed (>= 3.0.0-beta02)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.6.0 | 168 | 3/22/2015 |
3.5.0 | 172 | 1/10/2015 |
3.4.0 | 61 | 1/4/2015 |
3.3.0 | 93 | 11/26/2014 |
3.3.0-beta2 | 50 | 10/25/2014 |
3.3.0-beta1 | 58 | 9/28/2014 |
3.2.3 | 129 | 9/6/2014 |
3.2.2 | 65 | 9/5/2014 |
3.2.1 | 80 | 8/5/2014 |
3.2.0 | 58 | 8/5/2014 |
3.1.0 | 79 | 7/20/2014 |
3.0.2 | 78 | 6/26/2014 |
3.0.1 | 59 | 6/24/2014 |
3.0.0 | 55 | 6/21/2014 |
3.0.0-beta05 | 52 | 6/20/2014 |
3.0.0-beta04 | 48 | 6/15/2014 |
3.0.0-beta03 | 48 | 6/5/2014 |
3.0.0-beta02 | 47 | 5/29/2014 |
3.0.0-beta01 | 46 | 4/14/2014 |
3.0.0-alpha9 | 47 | 3/29/2014 |
3.0.0-alpha8 | 47 | 2/26/2014 |
3.0.0-alpha7 | 44 | 12/30/2013 |
3.0.0-alpha6 | 45 | 12/2/2013 |
3.0.0-alpha5 | 47 | 10/2/2013 |
Linear Algebra:
optimized sparse-sparse and sparse-diagonal matrix products. ~Christian Woltering
transpose at storage level, optimized sparse transpose. ~Christian Woltering
optimized inplace-map, indexed submatrix-map.
optimized clearing a set of rows or columns.
matrix FoldRows/FoldColumns.
matrix column/row norms, normalization.
prefer enums over boolean parameters (e.g. Zeros.AllowSkip).
IsSymmetric is now a method, add IsConjugateSymmetric. breaking
Eigenvalue decomposition can optionally skip symmetry test.
Direct diagonal-scalar division implementation
Test Functions: Rosenbrock, Rastrigin, DropWave, Ackley, Bohachevsky, Matyas, SixHumpCamel, Himmelblau
Statistics: DescriptiveStatistics support for larger datasets.
MKL: native providers must not require MFC to compile.
Sorting helpers support sub-range sorting, use insertion sort on very small sets.
Build: extend usage of FAKE, automate docs, api, Zip and NuGet package generation.
Portable: replace PCL profile 136 with profile 344, support for WP8.1
Xamarin: prepare for better Xamarin Android/iOS support and for adding to the Xamarin store (free).
Misc code style fixes.
Update Vagrant setup to official Ubuntu 14.04 LTS box and proper apt-style Mono+F# provisioning.