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

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

[Octave-bug-tracker] [bug #35679] median (rand (1, 1, 1, 3), 4) segmenta


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #35679] median (rand (1, 1, 1, 3), 4) segmentation fault
Date: Tue, 06 Mar 2012 20:04:12 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 Iceweasel/10.0.2

Follow-up Comment #14, bug #35679 (project octave):

In n.length(ns), n is an idx_vector, and idx_vector::length does take an
argument and it is not optional.

In idx_vector::length, the argument is supposed to be the dimension of the
object that the index vector is applied to.  So if, for example, the
index_vector object represents a colon index, the length method will return
the dimension.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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