-
Hi! I've written my Gradient Desend code like this:
```C#
var f = new Func(VectorHuberLoss);
var g = new Func(dVectorHuberLoss);
var obj = ObjectiveFunction.Gradient(f, g);
```
obviously f is …
-
The release notes says something about making it better for x-plat, but I'm unable to make native providers work in linux at all. Is anyone else able to?
Should it be possible to include both `Math…
-
https://www.nuget.org/packages/MathNet.Numerics.FSharp/ indicates dependency on not (yet?) existing
[System.ValueTuple](https://www.nuget.org/packages/System.ValueTuple/) (>= 5.0.0) for .NETFramework…
-
Test fails when running `build.cmd` from PowerShell (Windows 10). Issue came from [this](https://discuss.mathdotnet.com/t/cant-open-the-mathnet-visual-studio-sln-for-contributing/677/6) discussion.
…
-
I have upgraded our project from Math.Net.Filtering 0.5.0 to 0.6.0 Now I get completely different results with LowPass filter.
Example
var frequency = 1d / 360d;
var samplingFrequency = 0.1; /…
-
The offset is ignored in this method and similar ones:
https://github.com/mathnet/mathnet-spatial/blob/master/src/Spatial/Euclidean/CoordinateSystem.cs#L432
What you have to do is to convert the vect…
-
I don't even know if this is possible because I've never seen a nuget package with a license file, but the oxyplot package has the logo in a PNG file, so maybe it is.
The nuget web page links to ht…
-
Hello, my problem is the following: I am working with unity3d in C # language and when I want to declare a variable, I need to specify the type of variable first, it does not allow me to place the wor…
-
Hi all,
I'm trying to calculate the inverse of a 5000 by 5000 matrix with MathNet Numerics in F#. The same calculation in Python using numpy takes about 10 seconds. Using MathNet.Numerics.LinearAlg…
-
These are currently skipped tests for users to track where they could contribute
### Linear algebra ([numpy.linalg](https://numpy.org/doc/stable/reference/routines.linalg.html#module-numpy.linalg…