matrix or array

  1. A

    C++ newbie: loop not filling a matrix/array with values from another matrix?

    Hi everyone: I have written a loop (below). What I want is to fill a 2-dimensional array called instantAct with values from another 2-d array called mS. Here's the problem... instantAct and mS have different dimensions. But they have the same number of values. I want my loop to take...
Back
Top