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

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

[Octave-bug-tracker] [bug #41145] Building with 64 bit indexing fails on


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #41145] Building with 64 bit indexing fails on ArchLinux and Ubuntu
Date: Wed, 08 Jan 2014 14:32:14 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

Follow-up Comment #5, bug #41145 (project octave):

How about writing that as


else
  {
    // Matlab returns [] 0x1 for out-of-range diagonal

    octave_idx_type nr = 0;
    octave_idx_type nc = 1;
    octave_idx_type nz = 0;

    d = Sparse<T> (nr, nc, nz);
  }


to avoid any chance of confusion later about the intent?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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