|
Ublas : |
Subject: [ublas] vector / matrix mutex writing
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2011-09-10 18:39:28
Hello,
I would like to set elements values in a ublas vector / matrix on different threads. If I set the values with vectir(i) and i has different values on the threads, is there a synchronize problem on writing? Should I set a mutex structure around the writing call or has the ublas this build-in?
Thanks
Phil