View Single Post
  #5 (permalink)  
Old 07-08-2009, 02:13 AM
DeanMoriarty DeanMoriarty is offline
Member
 
Join Date: Jul 2009
Posts: 7
Rep Power: 0
DeanMoriarty is on a distinguished road
Default
okay thanks for the tip, just one more question. About initializing a matrix to certain values, then copying it into a another identical matrix and passing the latter as a parameter of a method that uses it and MODIFIES it. Once i isolate one value that i want to change(in the original matrix), i change it and i copy the original matrix into the second one and i restart the method with as a parameter the second matrix and carry on doing so, I should be changing the original matrix only one value at the time, while all the change implied by the method and the copying should occur on the latter.. is that logically correct would you say?
Reply With Quote