Subj : Re: Matrix Operation To : borland.public.cpp.borlandcpp From : maeder Date : Tue Apr 19 2005 07:29 pm "Mohsen" writes: > 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? Whether it is possible depends on how the matrix elements are stored. Whether it speeds things up has to be measured. .