octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch to spdiags to reflect changes to diag()


From: Marco Caliari
Subject: Patch to spdiags to reflect changes to diag()
Date: Wed, 30 Mar 2011 14:42:17 +0200 (CEST)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

Dear maintainers,

the attached patch allows

spdiags(zeros(1,0),1,1,1) and spdiags(zeros(0,1),1,1,1) to be equivalent to diag(zeros(1,0),1) and diag(zeros(0,1),1) after the recent changes.

ChangeLog

2011-03-30  Marco Caliari  <address@hidden>

      * sparse/spdiags: Treat empty vector (1x0 or 0x1) to reflect changes
      to diag()

Attachment: spdiags.m.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]