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

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

[Octave-bug-tracker] [bug #29553] missing arpack: make check segfaults o


From: Petr Mikulik
Subject: [Octave-bug-tracker] [bug #29553] missing arpack: make check segfaults on eigs
Date: Thu, 29 Apr 2010 07:19:43 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.295.0 Safari/532.8

Follow-up Comment #8, bug #29553 (project octave):

I have found the problem when trying explicitly the test commands in eigs:

n = 20
k = 4
A = sparse ([3:n, 1:n, 1:(n - 2)], [1:(n - 2), 1:n, 3:n], [ones(1, n - 2),
1:n, -ones(1, n - 2)])
d0 = eig (A)

The above code crashes octave in eig(A) if n>=12.
Thus it is a problem of eig() with a larger sparse matrix.

Whatever is the reason for this crash, fntests.m would pass if "testif"
commands are added to each test code block in eigs.cc:
%!testif HAVE_ARPACK
%! n = 20;
%! k = 4;


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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