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

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

[Octave-bug-tracker] [bug #35596] Some 'make check' tests fail


From: Lluís Batlle
Subject: [Octave-bug-tracker] [bug #35596] Some 'make check' tests fail
Date: Thu, 23 Feb 2012 11:42:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0.1) Gecko/20111124 Firefox/8.0.1

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

I forgot to mention that the dgesvd parameters m,3,n=5,lda=3,ldvt=1 is causing
a call to dorglq with m=5,n=5,lda=lvdt=1.

LDA violates the requirement for dorglq for LDA>=max(1,m):
http://www.netlib.no/netlib/lapack/double/dorglq.f

I don't understand the dgesvd requirements enough to know if the call dgesvd
is correct, because it's its internal call to dorglq that fails.

http://www.netlib.no/netlib/lapack/double/dgesvd.f


For the gdb backtrace before, I used "break dorglq_" and then run the test in
octave.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Missatge enviat a través de/per Savannah
  http://savannah.gnu.org/




reply via email to

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