typedef Matrix from newmat

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Niki Panayiotou
    New Member
    • Jun 2011
    • 1

    typedef Matrix from newmat

    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
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Not without seeing more of the code.

    How did you measure those execution metrics?

    Comment

    Working...