I have written a program in C++ that uses extensively matrices operations. I store some intermediate matrices in a class.
However, it seems that my program spends more than half of the execution time on the newmat4.cpp function GetStore() which is caused by the typedef Matrix I have. Any ideas how i can define eliminate this issue?
Regards
However, it seems that my program spends more than half of the execution time on the newmat4.cpp function GetStore() which is caused by the typedef Matrix I have. Any ideas how i can define eliminate this issue?
Regards
Comment