Subj : Matrix Operation To : borland.public.cpp.borlandcpp From : Mohsen Date : Tue Apr 19 2005 09:51 am Hi, Matrix multiplication using loops, when the dimensions are considerably large takes a long time. Is it possible to replace the loops that use indexes in order to access elements of matrix with loops that increment pointers to elements and speed things up? Is there any efficient way to do so (a better one than using pointers)? Thnx Mohsen .