| c++ Programming Glossary: the_matrixMatrix Multiplication with operator overloading http://stackoverflow.com/questions/9347337/matrix-multiplication-with-operator-overloading   sum_elems 0 for int k 0 k right.rows 1 k   sum_elems this the_matrix i k right.the_matrix k j  c.the_matrix i j sum_elems  return.. k 0 k right.rows 1 k   sum_elems this the_matrix i k right.the_matrix k j  c.the_matrix i j sum_elems  return c  Now my call to the.. k   sum_elems this the_matrix i k right.the_matrix k j  c.the_matrix i j sum_elems  return c  Now my call to the overloaded operator.. 
 |