comparison src/ChangeLog @ 12048:4dc74edc8321 release-3-2-x

avoid complex -> real conversion when constructing arrays with []
author John W. Eaton <jwe@octave.org>
date Sat, 25 Jul 2009 16:26:01 +0200
parents e929449b9b03
children bf90777b58c9
comparison
equal deleted inserted replaced
12047:e929449b9b03 12048:4dc74edc8321
1 2009-07-24 John W. Eaton <jwe@octave.org>
2
3 * pt-mat.cc (DO_SINGLE_TYPE_CONCAT_NO_MUTATE): New macro.
4 (tree_matrix::rvalue1): Use it to avoid complex -> real conversion.
5
1 2009-07-23 Jaroslav Hajek <highegg@gmail.com> 6 2009-07-23 Jaroslav Hajek <highegg@gmail.com>
2 7
3 * DLD-FUNCTIONS/chol.cc (Fcholupdate, 8 * DLD-FUNCTIONS/chol.cc (Fcholupdate,
4 Fcholinsert, Fcholdelete, Fcholshift): Replace is_matrix_type -> 9 Fcholinsert, Fcholdelete, Fcholshift): Replace is_matrix_type ->
5 is_numeric_type. 10 is_numeric_type.