Christoph Ruegg
968d079805
Cleanup: use nameof where appropriate
8 years ago
Christoph Ruegg
8ba423a8a6
Build: rework and simplify compiler constants, bring native provider tests back
9 years ago
jnyrup
83441365c0
Fix typos
9 years ago
Ignas Anikevicius
606e038a01
Use a custom flag for NETSTANDARD support
9 years ago
Ryan Blackwell
ec497cb610
Removed ICloneable from NET Standard
9 years ago
Ryan Blackwell
17209413b3
Added support for NET Standard 1.6 to Math.NET Numerics
9 years ago
AlexHild
aa83f4862e
Single precision Fourier Transform support ( #481 )
10 years ago
Christoph Ruegg
36a46bd7fc
Cleanup: no longer mention CodePlex in file headers, deprecate its release archive
11 years ago
Christoph Ruegg
abadd146ff
Complex: routines to get all square and cubic roots of a complex number
13 years ago
Christoph Ruegg
afc4f7e167
Precision: rework/cleanup (major)
13 years ago
Christoph Ruegg
a6928107c4
Complex: use common short names for exp/log/ln extension methods
13 years ago
Christoph Ruegg
e44454ef94
Build: No longer impersonate System.Numerics to avoid conflicts; introduce new build flags for more flexible config: NOSYSNUMERICS, NATIVEMKL
13 years ago
Christoph Ruegg
e24c1c25ff
Cleanup: file names, kill eol whitespace
14 years ago
Christoph Ruegg
c266045b32
Complex: Work around numeric instability in System.Numeric Complex.Sqrt
14 years ago
Christoph Ruegg
f5b6500668
Realign complex types with System.Numerics
14 years ago
Christoph Ruegg
5e72d7e5dc
Cosmetics, code quality
14 years ago
Christoph Ruegg
386fb36bfc
Solution: Replace Silverlight with Portable library
Instead of a specific Silverlight version, we now provide a separate
Portable Library assebly that supports .Net 4.0.1 and higher,
Silverlight 5 ad well as .Net for Metro style apps (WinRT).
New NuGet Package MathNet.Numerics.Portable with the portable library.
Since MathNet.Numerics.Portable now supports silverlight, the normal
package MathNet.Numerics no longer supports it (.Net 4 only).
Reworked the common parallel execution infrastructure for more reasonable
abstractions and better compatibility with portable libraries. Portable
libraries do support parts of the TPL, but neither the Parallel class nor
straight threading.
14 years ago
Christoph Ruegg
722b9736c4
Numerics: udated headers (sorry for the code churn..)
17 years ago
Marcus Cuda
d8f580b8b8
fixed style cop errors in the complex files
17 years ago
Marcus Cuda
abb46af960
synced up complex code to use the .NET 4.0 Complex class
oved the Silverlight project to Silverlight 4 RC2 - needed to support the .NET 4.0 complex class
17 years ago