diff 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
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-24  John W. Eaton  <jwe@octave.org>
+
+	* pt-mat.cc (DO_SINGLE_TYPE_CONCAT_NO_MUTATE): New macro.
+	(tree_matrix::rvalue1): Use it to avoid complex -> real conversion.
+
 2009-07-23  Jaroslav Hajek  <highegg@gmail.com>
 
 	* DLD-FUNCTIONS/chol.cc (Fcholupdate,