@KSH wrote:
Hello all,
I’ve searched the forum, and the Math.Net site, but I’ve been unable to find any definitive information about thread safety.
Are MathNet objects thread safe? For example, if I create an object(s)
MathNet.Numerics.LinearAlgebra.Matrix
or
MathNet.Numerics.LinearAlgebra.Vector
can use MathNet functions, e.g. Add(), At(), etc from multiple threads in my application?To be clear, I’m not asking about multi-threading within MathNet functions, but rather the thread safety of the objects themselves using multiple threads created within my application.
Thanks
KSH
Posts: 1
Participants: 1