comparison liboctave/ChangeLog @ 6456:7f5316cadaa2

[project @ 2007-03-26 16:18:26 by jwe]
author jwe
date Mon, 26 Mar 2007 16:18:26 +0000
parents 7e90124eddba
children a58b5981ab65
comparison
equal deleted inserted replaced
6455:e68b6921b221 6456:7f5316cadaa2
1 2007-03-24 Luis Ortiz <lortiz@interactivesupercomputing.com> 1 2007-03-26 John W. Eaton <jwe@octave.org>
2 2
3 * MatrixType.cc (MatrixType::MatrixType(void)): Initialize 3 * chNDArray.cc, chMatrix.cc: Also generate comparison and bool ops.
4 sp_bandden to zero for performance reasons as its not used. 4 * chNDArray.h, chMatrix.h: Provide decls.
5
6 2007-03-24 Luis Ortiz <lortiz@interactivesupercomputing.com>
7
8 * MatrixType.cc (MatrixType::MatrixType (void)): Initialize
9 sp_bandden to zero for performance reasons as it's not used.
5 10
6 2007-03-23 David Bateman <dbateman@free.fr> 11 2007-03-23 David Bateman <dbateman@free.fr>
7 12
8 * oct-rand.cc (octave_rand::seed): Seed differently for big and 13 * oct-rand.cc (octave_rand::seed): Seed differently for big and
9 little endian. 14 little endian.