annotate .hgsubstate @ 20818:9d2023d1a63c

binoinv.m: Implement binary search algorithm for 28X performance increase (bug #34363). * binoinv.m: Call new functions scalar_binoinv or vector_binoinv to calculate binoinv. If there are still uncalculated values then call bin_search_binoinv to perform binary search for remaining values. Add more BIST tests. * binoinv.m (scalar_binoinv): New subfunction to calculate binoinv for scalar x. Stops when x > 1000. * binoinv.m (vector_binoinv): New subfunction to calculate binoinv for scalar x. Stops when x > 1000.
author Lachlan Andrew <lachlanbis@gmail.com>
date Sun, 11 Oct 2015 19:49:40 -0700
parents 85d9cb769e8b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20023
85d9cb769e8b maint: Update to new gnulib version.
John W. Eaton <jwe@octave.org>
parents: 19298
diff changeset
1 7f19e7f2afa2b1476983003f9cd6df2f5b2a4b08 gnulib-hg