comparison liboctave/ChangeLog @ 5520:b99404352541

[project @ 2005-10-29 04:44:00 by jwe]
author jwe
date Sat, 29 Oct 2005 04:44:00 +0000
parents 20b20fd070b0
children 451ad352b288
comparison
equal deleted inserted replaced
5519:20b20fd070b0 5520:b99404352541
1 2005-10-29 John W. Eaton <jwe@octave.org> 1 2005-10-29 John W. Eaton <jwe@octave.org>
2
3 * mx-inlines.cc (MX_ND_REDUCTION): Avoid increment_index to speed
4 things up. Simplify.
2 5
3 * Array.cc (Array<T>::indexN): Simplify. Delete separate special 6 * Array.cc (Array<T>::indexN): Simplify. Delete separate special
4 case for "vector_equivalent". 7 case for "vector_equivalent".
5 8
6 * Array-util.cc (vector_equivalent): Arg is now dim_vector. 9 * Array-util.cc (vector_equivalent): Arg is now dim_vector.