octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47175] “dimension too large” error when broad


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #47175] “dimension too large” error when broadcasting to sparse matrix in octave
Date: Wed, 17 Feb 2016 09:50:40 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0

Follow-up Comment #1, bug #47175 (project octave):

The first problem is bsxfun giving a full matrix as output


octave:14> bsxfun(@times,speye(4),ones(4,1))
ans =

   1   0   0   0
   0   1   0   0
   0   0   1   0
   0   0   0   1


Then, of course repmat(broad,...) gives a full matrix, what else?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47175>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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