~mmach/netext73/lapack

« back to all changes in this revision

Viewing changes to SRC/dgebak.f

  • Committer: mmach
  • Date: 2019-11-24 13:54:54 UTC
  • Revision ID: netbit73@gmail.com-20191124135454-h2kzt23dekf5ib5q
3.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
*> \verbatim
48
48
*>          JOB is CHARACTER*1
49
49
*>          Specifies the type of backward transformation required:
50
 
*>          = 'N', do nothing, return immediately;
51
 
*>          = 'P', do backward transformation for permutation only;
52
 
*>          = 'S', do backward transformation for scaling only;
53
 
*>          = 'B', do backward transformations for both permutation and
 
50
*>          = 'N': do nothing, return immediately;
 
51
*>          = 'P': do backward transformation for permutation only;
 
52
*>          = 'S': do backward transformation for scaling only;
 
53
*>          = 'B': do backward transformations for both permutation and
54
54
*>                 scaling.
55
55
*>          JOB must be the same as the argument JOB supplied to DGEBAL.
56
56
*> \endverbatim