diff options
Diffstat (limited to 'SRC/dsbgv.f')
-rw-r--r-- | SRC/dsbgv.f | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/dsbgv.f b/SRC/dsbgv.f index 96be241d..0c547dcc 100644 --- a/SRC/dsbgv.f +++ b/SRC/dsbgv.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE DSBGV( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z, * LDZ, WORK, INFO ) @@ -30,21 +30,20 @@ * $ WORK( * ), Z( LDZ, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> DSBGV computes all the eigenvalues, and optionally, the eigenvectors *> of a real generalized symmetric-definite banded eigenproblem, of *> the form A*x=(lambda)*B*x. Here A and B are assumed to be symmetric *> and banded, and B is also positive definite. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] JOBZ *> \verbatim @@ -161,10 +160,9 @@ *> The factorization of B could not be completed and *> no eigenvalues or eigenvectors were computed. *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley |