Re: [OctDev] Another Sparse Matrix problem

2011-01-09 Thread David Bateman
w4nderlust wrote: > Il giorno 09/gen/2011, alle ore 00.06, David Bateman ha scritto: > > >> w4nderlust wrote: >> >>> That's the way i'm working right now. >>> Really not right now, because i discovered a bug in the single thread >>> version and i'm correcting it at this time. Can you help m

Re: [OctDev] Another Sparse Matrix problem

2011-01-08 Thread David Bateman
w4nderlust wrote: > That's the way i'm working right now. > Really not right now, because i discovered a bug in the single thread > version and i'm correcting it at this time. Can you help me about it? > The problem is this: if the result matrix is a vector 1xn or nx1 the > final c.transpose() give

Re: [OctDev] Another Sparse Matrix problem

2011-01-08 Thread w4nderlust
2011/1/7 David Bateman : > w4nderlust wrote: >> Il giorno 06/gen/2011, alle ore 22.27, David Bateman ha scritto: >> >> >>> w4nderlust wrote: >>> Hello everyone. I'm still working with sparse matrices in oct-file, but i've got some problems: i'm doing some multithread and as the

Re: [OctDev] Another Sparse Matrix problem

2011-01-07 Thread David Bateman
w4nderlust wrote: > Il giorno 06/gen/2011, alle ore 22.27, David Bateman ha scritto: > > >> w4nderlust wrote: >> >>> Hello everyone. >>> >>> I'm still working with sparse matrices in oct-file, but i've got some >>> problems: i'm doing some multithread and as the octave libraries >>> reveale

Re: [OctDev] Another Sparse Matrix problem

2011-01-07 Thread w4nderlust
Il giorno 06/gen/2011, alle ore 22.27, David Bateman ha scritto: > w4nderlust wrote: >> Hello everyone. >> >> I'm still working with sparse matrices in oct-file, but i've got some >> problems: i'm doing some multithread and as the octave libraries >> revealed to be not really thread safe (some u

Re: [OctDev] Another Sparse Matrix problem

2011-01-06 Thread David Bateman
w4nderlust wrote: > Hello everyone. > > I'm still working with sparse matrices in oct-file, but i've got some > problems: i'm doing some multithread and as the octave libraries > revealed to be not really thread safe (some unexpected crashed ofter > repeating executions) i did the dirty work by han

[OctDev] Another Sparse Matrix problem

2011-01-06 Thread w4nderlust
Hello everyone. I'm still working with sparse matrices in oct-file, but i've got some problems: i'm doing some multithread and as the octave libraries revealed to be not really thread safe (some unexpected crashed ofter repeating executions) i did the dirty work by hand: i copied the 3 vectors of