comparison doc/interpreter/contributors.in @ 16140:797ac81586d1

Modify pt-mat.cc to solve a problem related to vertcat/horzcat overloading. * pt-mat.cc (tm_row_const::tm_row_const_rep::init): Do not check dimension consistency when at least one of the elements is an object (this was preventing horzcat overloading from working properly, see bug #38128). (tm_const::init): Same thing for vertical concatenation (this was preventing vertcat overloading from working properly, see bug #38128). * test/classes/classes.tst: Add tests for the vertical and horizontal concatenation of objects when neither vertcat() nor horzcat() is overloaded.
author Julien Bect <julien.bect@supelec.fr>
date Tue, 26 Feb 2013 12:06:45 +0100
parents f37c909f80a0
children 4ef7bd2d7e8d
comparison
equal deleted inserted replaced
16114:73a21ade0b6b 16140:797ac81586d1
8 Roger Banks 8 Roger Banks
9 Ben Barrowes 9 Ben Barrowes
10 Alexander Barth 10 Alexander Barth
11 David Bateman 11 David Bateman
12 Heinz Bauschke 12 Heinz Bauschke
13 Julien Bect
13 Roman Belov 14 Roman Belov
14 Karl Berry 15 Karl Berry
15 David Billinghurst 16 David Billinghurst
16 Don Bindner 17 Don Bindner
17 Jakub Bogusz 18 Jakub Bogusz