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

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

[Octave-bug-tracker] [bug #57033] Replace CXSPARSE with SPQR


From: Rik
Subject: [Octave-bug-tracker] [bug #57033] Replace CXSPARSE with SPQR
Date: Mon, 4 Jan 2021 19:15:53 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Follow-up Comment #35, bug #57033 (project octave):

Regarding issue #4, negative array dimensions: Although the C++ for a
dim_vector is made of octave_idx_type which is an int type and can therefore
be negative, no array dimension *should* be negative.  If you try then a zero
is substituted, at least in the parts of Octave I checked.  For example,


size (ones (2,3, -2, 4))
ans = [2 3 0 4]



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57033>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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