comparison liboctave/ChangeLog @ 4938:703d97b89507

[project @ 2004-08-09 20:21:59 by jwe]
author jwe
date Mon, 09 Aug 2004 20:21:59 +0000
parents cd58733c326b
children 954cc2ba6a49
comparison
equal deleted inserted replaced
4937:4cf211c83158 4938:703d97b89507
1 2004-08-09 John W. Eaton <jwe@octave.org>
2
3 * idx-vector.h (idx_vector::idx_vector_rep::tree_to_mat_idx
4 (const octave_int<U>&)): New member function.
5 (idx_vector::idx_vector_rep::tree_to_mat_idx (double, bool&),
6 idx_vector::idx_vector_rep::tree_to_mat_idx (int)):
7 Now member functions instead of static in idx-vector.cc.
8 (idx_vector::idx_vector_rep::idx_vector_rep (const octave_int<U>&),
9 idx_vector::idx_vector_rep::idx_vector_rep (const intNDArray<U>&)):
10 New template constructors.
11
1 2004-08-05 John W. Eaton <jwe@octave.org> 12 2004-08-05 John W. Eaton <jwe@octave.org>
2 13
3 * EIG.cc (EIG::init): Add volatile qualifier to nvr decl. 14 * EIG.cc (EIG::init): Add volatile qualifier to nvr decl.
4 15
5 * intNDArray.cc (intNDArray<T>::operator !, intNDArray<T>::all, 16 * intNDArray.cc (intNDArray<T>::operator !, intNDArray<T>::all,