Blame SOURCES/scipy-gerqf.patch
|
|
082f9c |
diff -up scipy-0.12.0/scipy/linalg/flapack.pyf.src.gerqf scipy-0.12.0/scipy/linalg/flapack.pyf.src
|
|
|
082f9c |
--- scipy-0.12.0/scipy/linalg/flapack.pyf.src.gerqf 2013-04-06 10:10:35.000000000 -0600
|
|
|
082f9c |
+++ scipy-0.12.0/scipy/linalg/flapack.pyf.src 2013-04-15 17:03:37.290059000 -0600
|
|
|
082f9c |
@@ -650,7 +650,7 @@ interface
|
|
|
082f9c |
<ftype> dimension(m,n),intent(in,out,copy,out=qr,aligned8) :: a
|
|
|
082f9c |
<ftype> dimension(MIN(m,n)),intent(out) :: tau
|
|
|
082f9c |
|
|
|
082f9c |
- integer optional,intent(in),depend(n),check(lwork>=m||lwork==-1) :: lwork=3*m
|
|
|
082f9c |
+ integer optional,intent(in),depend(m),check(lwork>=m||lwork==-1) :: lwork=3*m
|
|
|
082f9c |
<ftype> dimension(MAX(lwork,1)),intent(out),depend(lwork) :: work
|
|
|
082f9c |
integer intent(out) :: info
|
|
|
082f9c |
end subroutine <prefix>gerqf
|