octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Regarding improving the efficiency of logm and sqrtm functions.


From: Pascal Dupuis
Subject: Re: Regarding improving the efficiency of logm and sqrtm functions.
Date: Sun, 29 Dec 2013 20:37:20 +0100

Hello Anurag,

if you are interested in "improving the efficiency of the logm and
sqrtm function", I think the first task is to write some code
performing the timing of those two operations and in particular
determining how the computation time scales with the matrix
dimensions. Next step would be to identify the actual method and
algorithm used, and then determine how the methods on the website you
mention compare with the actual algorithms.

To summarize: define the problem you intend to solve, and tell us how
you envision to solve it.

regards

Pascal


reply via email to

[Prev in Thread] Current Thread [Next in Thread]