<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><br>
---------- Bug Summary ----------- <br>Mean and sum functions return wrong array type <br><br>
<br>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Mean and sum functions return wrong array type"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13829#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Mean and sum functions return wrong array type"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13829">bug 13829</a>
from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
<pre>Created <span class=""><a href="attachment.cgi?id=4051" name="attach_4051" title="%hm_sum.sci corrected">attachment 4051</a> <a href="attachment.cgi?id=4051&action=edit" title="%hm_sum.sci corrected">[details]</a></span>
%hm_sum.sci corrected
For the non regression test:
a = matrix(1:24, 1:4);
and(sum(a,4) == matrix([40 44 48 52 56 60], 1:3)) // must be true</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>