hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 268 seconds]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 268 seconds]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 252 seconds]
K-ballo has quit [Quit: K-ballo]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 268 seconds]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 252 seconds]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 268 seconds]
diehlpk has joined #ste||ar
diehlpk has quit [Ping timeout: 252 seconds]
diehlpk has joined #ste||ar
diehlpk has quit [Quit: Leaving.]
diehlpk has joined #ste||ar
hkaiser has quit [Quit: Bye!]
diehlpk has quit [Quit: Leaving.]
<dkaratza[m]>
ms: could you please elaborate a bit on the mistake regarding the rows/cols when printing the matrices? because I thought i fixed it. I changed the print function: I replaced `std::cout << M[i * cols + j] << " ";` with `std::cout << M[i * rows + j] << " ";`