comparison liboctave/ChangeLog @ 6988:c7484dcadd4d

[project @ 2007-10-09 19:58:32 by dbateman]
author dbateman
date Tue, 09 Oct 2007 19:59:51 +0000
parents 2883ea1c5c18
children 2d326000e09b
comparison
equal deleted inserted replaced
6987:deb175b6e4a1 6988:c7484dcadd4d
1 2007-10-09 David Bateman <dbateman@free.fr>
2
3 * Sparse.cc (Sparse<T> Sparse<T>::index (idx_vector&, idx_vector&,
4 int)): Remove a for loop in the random indexing case at the
5 expense of maintaining a set of linked lists of indices that point
6 to the same column in the original matrix.
7 (int assign (Sparse<LT>&, Sparse<RT>)): Take a const copy of lhs
8 and use it on the RHS of expressions to avoid unnecessary calls to
9 make_unique.
10
1 2007-10-08 David Bateman <dbateman@free.fr> 11 2007-10-08 David Bateman <dbateman@free.fr>
2 12
3 * oct-rl-edit. (typedef rl_quoting_fcn_ptr, rl_dequoting_fcn_ptr, 13 * oct-rl-edit. (typedef rl_quoting_fcn_ptr, rl_dequoting_fcn_ptr,
4 rl_char_is_quoted_fcn_ptr, rl_command_fcn_ptr): New typedefs 14 rl_char_is_quoted_fcn_ptr, rl_command_fcn_ptr): New typedefs
5 for readline compatible functions. 15 for readline compatible functions.