[Bugzilla] [Bug 8101] Samuel GOUGEON has changed bug_file_loc, component, assigned_to
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Thu Mar 15 20:45:10 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=8101
--------- Bug Summary -----------
median(sparse) takes all implicit zero elements into account, making the result
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
bug_file_loc, component, assigned_to
Samuel GOUGEON <sgougeon at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|-->s=sparse([1 0 2 0 0 ; 0 |
|-4 0 0 7 ]) s = ( 2, |
|5) sparse matrix ( 1, |
|1) 1. ( 1, 3) |
| 2. ( 2, 2) |
|- 4. ( 2, 5) |
|7. -->median(s) ans = ( |
| 1, 1) sparse matrix ( |
| 1, 1) 0.5 |
|-->median(s,"r") !--error |
|21 Index invalide.at line |
| 26 of function %sp_i_s |
|called by : at line |
|50 of function median |
|called by : median(s,"r") |
|-->median(s,"c") !--error |
|21 Index invalide.at line |
| 26 of function %sp_i_s |
|called by : at line |
|52 of function median |
|called by : median(s,"c") |
Component|Numerical Math |Sparse
Assignee|adeline.carnis at scilab-enter |sgougeon at free.fr
|prises.com |
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180315/a8fdda47/attachment.htm>
More information about the Bugzilla
mailing list