-
Original Report: https://mathnetnumerics.codeplex.com/workitem/5694
// Breakpoint before the decomposition shows the content of the first DenseMatrix in the array of dense matrices (index = [0] )
bas…
-
**System Information (please complete the following information):**
- OS & Version: [e.g. Windows 10]
- ML.NET Version: [e.g. ML.NET v2.0.0]
- .NET Version: [e.g. .NET 4.7.2]
- Microsoft.ML.To…
-
Latest version of RProvider (v1.1.8) does not see a lot of function.I use R 3.1.3 - x64
Some packages work as expected:
![image](https://cloud.githubusercontent.com/assets/1197905/7052661/9ae7c272-de3…
-
Its not clear what is in the way of bringing mathnet-spatial out of pre-release status.
I'm using it in a couple projects at the moment, and am presonally quite satisfied with it.
If I had insight in…
JKSnd updated
8 years ago
-
It would be beneficial to have a MathNet.Numerics.Providers.FourierTransform.FourierTransformControl option to disable automatic parallel processing inside FFT providers for FFT transform sizes >= 102…
-
Hi,
I'm getting System.OutOfMemoryExceptions when trying to call Svd() on dense matrices with nRows or nCols > 16383.
This is with MathNet.Numerics version 4.12.0 and MathNetNumerics.MKL-Win-x…
eoner updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
Currently, there is no way to find the argument / function value that minimizes a target function. Such operations are often useful.…
-
### .NET
https://github.com/mathnet/mathnet-symbolics
- Is most popular .NET computer algebra library
- Written in F# (less code to maintain but harder for outsiders to contribute)
- H…
-
A parameterless constructor should be added, so instead of having only
``` c#
MILU0Preconditioner(bool modified = true)
```
there should be
``` c#
MILU0Preconditioner() : this(true)
MILU0Preconditi…
-
During the ARTIQ day, there was a short discussion about the possible development of a laser wavemeter EEM. Compared to competing solutions, it could be more open, not require Windows, have nicer firm…