comparison src/ChangeLog @ 8994:a8d30dc1beec

cellfun optimizations
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 18 Mar 2009 12:06:46 +0100
parents 6769599e3458
children af43309a59f4
comparison
equal deleted inserted replaced
8993:6769599e3458 8994:a8d30dc1beec
1 2009-03-18 Jaroslav Hajek <highegg@gmail.com>
2
3 * DLD-FUNCTIONS/cellfun.cc
4 (scalar_col_helper, scalar_col_helper_def, scalar_col_helper_nda,
5 scalar_query_helper): New classes.
6 (make_col_helper): New function.
7 (Fcellfun): Use col_helper classes for UniformOutput. Avoid copying by
8 using const variables.
9
1 2009-03-17 Jaroslav Hajek <highegg@gmail.com> 10 2009-03-17 Jaroslav Hajek <highegg@gmail.com>
2 11
3 * OPERATORS/op-b-bm.cc: Add missing INSTALL_BINOPs. 12 * OPERATORS/op-b-bm.cc: Add missing INSTALL_BINOPs.
4 * OPERATORS/op-bm-b.cc: Ditto. 13 * OPERATORS/op-bm-b.cc: Ditto.
5 * OPERATORS/op-fm-fm.cc: Ditto. 14 * OPERATORS/op-fm-fm.cc: Ditto.