@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; slopeRegards
Michael
Posts: 2
Participants: 2