Mercurial > hg > octave-nkf
view test/bug-35448/module.mk @ 20820:4e307c55a2b5
Use isempty () rather than any () for faster code in inverse statistical distributions.
betainv.m, binoinv.m, gaminv.m, poissinv.m: Use '! isempty (k)' rather than
'any (k)' for faster code.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 11 Oct 2015 21:09:41 -0700 |
parents | 85b287475196 |
children |
line wrap: on
line source
bug_35448_TEST_FILES = \ test/bug-35448/fA.m \ test/bug-35448/fB.m \ test/bug-35448/fC.m \ test/bug-35448/bug-35448.tst TEST_FILES += $(bug_35448_TEST_FILES)