Search:

Type: Posts; User: murph

Search: Search took 0.18 seconds.

  1. Replies
    3
    Views
    2,263

    Re: Loop ordering in matrix multiplication

    Okay, I should have said does it matter in a square matrix like in my example of 6*6? If you switch the order of the "for" statements in the print method within the code, it gives different results...
  2. Replies
    3
    Views
    2,263

    Loop ordering in matrix multiplication

    Does it matter how the nested loop is ordered in a print method ( for example when multiplying matrices)..It seems that when I change the order of the for statements in the print method below, the...
Results 1 to 2 of 2