comparison liboctave/ChangeLog @ 10535:3f973f6c841c

improve sparse concatenation operator
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 20 Apr 2010 08:42:03 +0200
parents f094ac9bc93e
children fdf28dae0f37
comparison
equal deleted inserted replaced
10534:eb55e736060e 10535:3f973f6c841c
1 2010-04-19 Jaroslav Hajek <highegg@gmail.com>
2
3 * Array.cc (Array<T>::cat): Fast return for single array case.
4 * Sparse.cc (Sparse<T>::cat): Ditto.
5
1 2010-04-19 Jaroslav Hajek <highegg@gmail.com> 6 2010-04-19 Jaroslav Hajek <highegg@gmail.com>
2 7
3 * Array.cc (Array<T>::cat): Miscellaneous fixes. 8 * Array.cc (Array<T>::cat): Miscellaneous fixes.
4 * Sparse.cc (Sparse<T>::cat): Ditto. 9 * Sparse.cc (Sparse<T>::cat): Ditto.
5 10