diff options
Diffstat (limited to 'SRC/cggsvp.f')
-rw-r--r-- | SRC/cggsvp.f | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/SRC/cggsvp.f b/SRC/cggsvp.f index ba1b1005..1e74a1e0 100644 --- a/SRC/cggsvp.f +++ b/SRC/cggsvp.f @@ -137,9 +137,13 @@ *> \param[in] TOLA *> \verbatim *> TOLA is REAL +*> \endverbatim +*> *> \param[in] TOLB *> \verbatim *> TOLB is REAL +*> \endverbatim +*> \verbatim *> TOLA and TOLB are the thresholds to determine the effective *> numerical rank of matrix B and a subblock of A. Generally, *> they are set to @@ -148,19 +152,21 @@ *> The size of TOLA and TOLB may affect the size of backward *> errors of the decomposition. *> \endverbatim -*> \endverbatim *> *> \param[out] K *> \verbatim *> K is INTEGER +*> \endverbatim +*> *> \param[out] L *> \verbatim *> L is INTEGER +*> \endverbatim +*> \verbatim *> On exit, K and L specify the dimension of the subblocks *> described in Purpose section. *> K + L = effective numerical rank of (A**H,B**H)**H. *> \endverbatim -*> \endverbatim *> *> \param[out] U *> \verbatim |