-
## scenario
User has a working project, and try to run some part in fsi, so:
1. send the references to fsi, correctly
2. evaluate some code => error
```
stdin(7,5): error FS0074: The type r…
-
### NPOI Version
2.7.0
### Issue Description
The developers of `MathNet.Numerics` have two variants, the main one and a legacy `.Signed` variant with a strong name, both of which identify int…
jas88 updated
2 months ago
-
Advantages:
- Simpler usage from F# (single package and assembly only)
- Functionaility currently implemented in .Fsharp available for all users
- Freedom to implement more functionality in F# yet …
-
``` csharp
public static partial class ExcelFunctions
{
//public static double ChiDist(double x, double freedom)
//{
// return Chi.PDF(x, freedom);//Is Error
//}…
-
1- any one can give an example of iterative solvers of linear system Ax = b.
I am not able to completely understand the input of the function.
lets say I have marrix A and vector b and i want to us…
-
The MathNet.Numerics.Providers.MKL.Signed nuget package depends on MathNet.Numerics instead of MathNet.Numerics.Signed.
-
MathNet.Spatial.Euclidean.Line3D Intersection with Plane returns unexpected NULL:
//------------------------------------
// Immediate below FAILS, expecting (200, ~0, ~0) but receive aPtint …
-
Does MathNet have a method that would take a formula
3x + y or 3 x * x + y
and create executable code for it?
-
## Description
* I have a notebook file (*.ipynb or *.dib)
* I have a C# script file (*.csx) referencing nuget package
* The notebook loads that file
* I get an error CS0006: Metadata file 'nuge…
-
Hi guys,
I'm currently developing an application on the Hololens using the HoloToolKit. I wanted to go further and decided to use MathNet.Numerics package. Everything was working perfectly on "play…