Mercurial > hg > octave-nkf
diff NEWS @ 9745:30d62079c493
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 20 Oct 2009 13:00:30 +0200 |
parents | 97d683d8b9ff |
children | cfd0aa788ae1 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -122,6 +122,13 @@ using a compensated summation algorithm rather than a straightforward sum, which significantly improves precision if lots of cancellation occurs in the summation. + ** The built-in "bsxfun" function now uses optimized code for certain cases where built-in + operator handles are passed in. Namely, the optimizations concern the operators + plus, minus, times, ldivide, rdivide, and, or (for logical arrays), the relational + operators eq, ne, lt, le, gt, ge, and the functions min and max. + Optimizations only apply when both operands are of the same built-in class + (or one is single and the other is double). + Summary of important user-visible changes for version 3.2: ---------------------------------------------------------