diff options
Diffstat (limited to 'SRC/zhbgst.f')
-rw-r--r-- | SRC/zhbgst.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/zhbgst.f b/SRC/zhbgst.f index 2903db6d..82c1df9c 100644 --- a/SRC/zhbgst.f +++ b/SRC/zhbgst.f @@ -94,8 +94,7 @@ *> as follows: *> if UPLO = 'U', AB(ka+1+i-j,j) = A(i,j) for max(1,j-ka)<=i<=j; *> if UPLO = 'L', AB(1+i-j,j) = A(i,j) for j<=i<=min(n,j+ka). -*> \endverbatim -*> \verbatim +*> *> On exit, the transformed matrix X**H*A*X, stored in the same *> format as A. *> \endverbatim |