diff options
Diffstat (limited to 'SRC/zgbtrf.f')
-rw-r--r-- | SRC/zgbtrf.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/zgbtrf.f b/SRC/zgbtrf.f index f9c31f36..ee891551 100644 --- a/SRC/zgbtrf.f +++ b/SRC/zgbtrf.f @@ -76,8 +76,7 @@ *> The j-th column of A is stored in the j-th column of the *> array AB as follows: *> AB(kl+ku+1+i-j,j) = A(i,j) for max(1,j-ku)<=i<=min(m,j+kl) -*> \endverbatim -*> \verbatim +*> *> On exit, details of the factorization: U is stored as an *> upper triangular band matrix with KL+KU superdiagonals in *> rows 1 to KL+KU+1, and the multipliers used during the |