Name: Anonymous 2009-10-27 18:58
They want me to multiply a matrix using arrays..
So the matrix is an array of arrays?
I'm a bit confused..
if i say
double[][] matrix;
how do i tell which [] has the rows and which has the columns? or is that for me to define?
So the matrix is an array of arrays?
I'm a bit confused..
if i say
double[][] matrix;
how do i tell which [] has the rows and which has the columns? or is that for me to define?