File: zggevdoc.patch

package info (click to toggle)
lapack 3.4.1%2Bdfsg-1%2Bdeb70u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 103,172 kB
  • sloc: fortran: 469,422; ansic: 127,041; makefile: 3,817; python: 267; sh: 94
file content (12 lines) | stat: -rw-r--r-- 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: lapack-3.3.0/man/manl/zggev.l
===================================================================
--- lapack-3.3.0.orig/man/manl/zggev.l	2010-12-20 00:04:19.000000000 +0100
+++ lapack-3.3.0/man/manl/zggev.l	2010-12-20 00:04:38.000000000 +0100
@@ -77,6 +77,7 @@
 The leading dimension of B.  LDB >= max(1,N).
 .TP 8
 ALPHA   (output) COMPLEX*16 array, dimension (N)
+.TQ 8
 BETA    (output) COMPLEX*16 array, dimension (N)
 On exit, ALPHA(j)/BETA(j), j=1,...,N, will be the
 generalized eigenvalues.