comparison liboctave/ChangeLog @ 7299:df2c3977b0bf

[project @ 2007-12-11 22:06:49 by jwe]
author jwe
date Tue, 11 Dec 2007 22:06:49 +0000
parents 72b5e1701da2
children 5c8f09c7a020
comparison
equal deleted inserted replaced
7298:d42d8c43d3e7 7299:df2c3977b0bf
1 2007-12-11 John W. Eaton <jwe@octave.org>
2
3 * Sparse.cc (Sparse<T>::index (idx_vector&, int) const):
4 If indexing scalar with empty matrix, return empty array with same
5 size as index.
6
1 2007-12-10 John W. Eaton <jwe@octave.org> 7 2007-12-10 John W. Eaton <jwe@octave.org>
2 8
3 * NLEqn.h (NLEqn::fval): New data member. Adjust constructors 9 * NLEqn.h (NLEqn::fval): New data member. Adjust constructors
4 and assignment operator. 10 and assignment operator.
5 (NLEqn::function_value): New function. 11 (NLEqn::function_value): New function.