octave-maintainers
[Top][All Lists]
Advanced

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

Re: Performance tests in Octave's unit testing


From: Nir Krakauer
Subject: Re: Performance tests in Octave's unit testing
Date: Wed, 3 Aug 2016 14:20:07 -0400

In this case, both algorithms are cubic in matrix size, and the expected difference in operation count between them is only about a factor of 2 (similar to Cholesky factorization vs. conventional matrix inversion)​, so designing robust comparisons of computation time to put in a unit test would be quite challenging.

reply via email to

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