Quantcast
Channel: Math.NET Numerics - Math.NET
Viewing all articles
Browse latest Browse all 224

Is Math.net (e.b. Fit) thread safe?

$
0
0

@BikeMike wrote:

Dear all,

I am new to Math.net and wanted to ask, if FIt.Line is thread-safe?
If I call this with different input values from >20 threads, s the result jeopardized in any way?

Tuple p = Fit.Line(xdata, ydata);
double a = p.Item1; // == 10; intercept
double b = p.Item2; // == 0.5; slope

Regards

Michael

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 224

Trending Articles