Browse Source

Implement truncated QR with pivoting (Reference-LAPACK PR 891)

tags/v0.3.26
Martin Kroeker GitHub 1 year ago
parent
commit
40109c0392
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      lapack-netlib/TESTING/EIG/alareq.f
  2. +3
    -3
      lapack-netlib/TESTING/EIG/alarqg.f

+ 3
- 3
lapack-netlib/TESTING/EIG/alareq.f View File

@@ -28,12 +28,12 @@
*> to evaluate the input line which requested NMATS matrix types for
*> PATH. The flow of control is as follows:
*>
*> If NMATS = NTYPES then
*> IF NMATS = NTYPES THEN
*> DOTYPE(1:NTYPES) = .TRUE.
*> else
*> ELSE
*> Read the next input line for NMATS matrix types
*> Set DOTYPE(I) = .TRUE. for each valid type I
*> endif
*> END IF
*> \endverbatim
*
* Arguments:


+ 3
- 3
lapack-netlib/TESTING/EIG/alarqg.f View File

@@ -28,12 +28,12 @@
*> to evaluate the input line which requested NMATS matrix types for
*> PATH. The flow of control is as follows:
*>
*> If NMATS = NTYPES then
*> IF NMATS = NTYPES THEN
*> DOTYPE(1:NTYPES) = .TRUE.
*> else
*> ELSE
*> Read the next input line for NMATS matrix types
*> Set DOTYPE(I) = .TRUE. for each valid type I
*> endif
*> END IF
*> \endverbatim
*
* Arguments:


Loading…
Cancel
Save