mathnet-numerics Questions

0

I am evaluating Math.NET Symbolics for use in our application where we want a simple math parser for the user to calculate custom equations from our measurement data. Our data is in the form of Com...

3

Solved

I'm very new to the Math.Net Library and I'm having problems trying to do curve-fitting based on an exponential function. More specifically I intend to use this function: f(x) = a*exp(b*x) + c*exp...
Burge asked 20/6, 2014 at 21:48

0

I'm porting a piece of python code that currently uses numpy, to IronPython (the reasons for this have to do with the specifics of the platform I'm scripting in). Due to incompatibilities of nump...
Reify asked 3/2, 2016 at 11:45

2

I'm doing heavy mathematical computations using Math.Net Numerics parallely inside Parallel.For block. When I run code in my local system with 4 cores(2*2), it's using all 4 cores. But when I ru...

1

Math.Net 3.7.0 Release Notes on nuget mention a CUDA native provider. Control.UseNativeCUDA(); throws a DllNotFoundException for MathNet.Numerics.CUDA.dll. For the MKL-provider i need to install...
Irreducible asked 23/7, 2015 at 13:38

3

Solved

I am trying to use Math.NET to solve the following system: Coefficient Matrix A: var matrixA = DenseMatrix.OfArray(new[,] { { 20000, 0, 0, -20000, 0, 0, 0, 0, 0 }, { 0, 666.66666666666663, 2000...
Nabala asked 4/8, 2014 at 14:16

1

Solved

I'm little stuck here. The results of Forward Fourier by MathNet Numerics seem to be little less by half of those by MATLAB. MathNet.Numerics on WindowsPhone 8 Complex[] samples = { new Complex(...
Areola asked 4/4, 2014 at 8:46

2

Solved

I have two vectors MathNet.Numerics.LinearAlgebra.Generic.Vector<double>, like the following: Vector<double> v1 = new DenseVector(new double[] { 1, 2, 3 }); Vector<double> v2 = ...
Coon asked 1/8, 2012 at 12:53

1

Solved

I'm trying to write a debugger type proxy/surrogate for matrices and vectors in Math.NET Numerics, so the debugger shows more useful information (also in F# FSI). The type hierarchy is as follows: ...
Menu asked 29/3, 2013 at 16:55
1

© 2022 - 2024 — McMap. All rights reserved.