Skip to content

Commit 40109c0

Browse files
authored
Implement truncated QR with pivoting (Reference-LAPACK PR 891)
1 parent 23cda45 commit 40109c0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lapack-netlib/TESTING/EIG/alareq.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
*> to evaluate the input line which requested NMATS matrix types for
2929
*> PATH. The flow of control is as follows:
3030
*>
31-
*> If NMATS = NTYPES then
31+
*> IF NMATS = NTYPES THEN
3232
*> DOTYPE(1:NTYPES) = .TRUE.
33-
*> else
33+
*> ELSE
3434
*> Read the next input line for NMATS matrix types
3535
*> Set DOTYPE(I) = .TRUE. for each valid type I
36-
*> endif
36+
*> END IF
3737
*> \endverbatim
3838
*
3939
* Arguments:

lapack-netlib/TESTING/EIG/alarqg.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
*> to evaluate the input line which requested NMATS matrix types for
2929
*> PATH. The flow of control is as follows:
3030
*>
31-
*> If NMATS = NTYPES then
31+
*> IF NMATS = NTYPES THEN
3232
*> DOTYPE(1:NTYPES) = .TRUE.
33-
*> else
33+
*> ELSE
3434
*> Read the next input line for NMATS matrix types
3535
*> Set DOTYPE(I) = .TRUE. for each valid type I
36-
*> endif
36+
*> END IF
3737
*> \endverbatim
3838
*
3939
* Arguments:

0 commit comments

Comments
 (0)