will ginac be thread safe for this case?<br><br>1) threads access diferent expressions which are independant<br>2) each thread will increase the expression its working in.. for example   thread1...expression1 += x+y      thread2.... expression2 += 2*x.... and so on.<br>

2) no function evaluation is done never.<br>3) however, all expressions share the same global symbols ( eg, expressions made of global symbols x and y ).<br>4) threads access the same common matrix of expressions, but two threads will never access the same cell.<br>

<br>i&#39;am testing at the moment, and is working but in the long run i am not sure if problems will arise.<br>any information, welcome.<br><br>thanks in advance.<br><br><span style="color: black;"><div dir="ltr"><div><a href="http://www.youtube.com/neoideo">Cristobal</a></div>

</div></span><br>