Skip to content

Commit 6204cd9

Browse files
committed
remove precision generation lines
1 parent ca655d5 commit 6204cd9

10 files changed

Lines changed: 2 additions & 20 deletions

SRC/chesv_aa_2stage.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*> \brief <b> CHESV_AA_2STAGE computes the solution to system of linear equations A * X = B for HE matrices</b>
22
*
3-
* @precisions fortran c -> s d
4-
*
53
* =========== DOCUMENTATION ===========
64
*
75
* Online html documentation available at

SRC/dsytrs_aa_2stage.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*> \brief \b DSYTRS_AA_2STAGE
22
*
3-
* @precisions fortran d -> s c
4-
*
53
* =========== DOCUMENTATION ===========
64
*
75
* Online html documentation available at

SRC/ssysv_aa_2stage.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*> \brief <b> SSYSV_AA_2STAGE computes the solution to system of linear equations A * X = B for SY matrices</b>
22
*
3-
* @precisions fortran s -> c
4-
*
53
* =========== DOCUMENTATION ===========
64
*
75
* Online html documentation available at

SRC/ssytrf_aa_2stage.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*> \brief \b SSYTRF_AA_2STAGE
22
*
3-
* @precisions fortran s -> c
4-
*
53
* =========== DOCUMENTATION ===========
64
*
75
* Online html documentation available at

SRC/ssytrs_aa_2stage.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*> \brief \b SSYTRS_AA_2STAGE
22
*
3-
* @precisions fortran s -> c
4-
*
53
* =========== DOCUMENTATION ===========
64
*
75
* Online html documentation available at

TESTING/LIN/cdrvhe_aa_2stage.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*> \brief \b CDRVHE_AA_2STAGE
22
*
3-
* @precisions fortran c -> s d
4-
*
53
* =========== DOCUMENTATION ===========
64
*
75
* Online html documentation available at

TESTING/LIN/dchksy_aa_2stage.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*> \brief \b DCHKSY_AA_2STAGE
22
*
3-
* @precisions fortran d -> s c
4-
*
53
* =========== DOCUMENTATION ===========
64
*
75
* Online html documentation available at

TESTING/LIN/ddrvsy_aa_2stage.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*> \brief \b DDRVSY_AA_2STAGE
22
*
3-
* @generated from cdrvhe_aa_2stage.f, fortran c -> d, Tue Oct 31 11:25:04 2017
4-
*
53
* =========== DOCUMENTATION ===========
64
*
75
* Online html documentation available at

TESTING/LIN/schksy_aa_2stage.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ SUBROUTINE SCHKSY_AA_2STAGE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS,
218218
* ..
219219
* .. External Subroutines ..
220220
EXTERNAL ALAERH, ALAHD, ALASUM, SERRSY, SLACPY, SLARHS,
221-
$ SLATB4, SLATMS, SPOT02, DSYT01,
221+
$ SLATB4, SLATMS, SPOT02, SSYT01,
222222
$ SSYTRF_AA_2STAGE, SSYTRS_AA_2STAGE,
223223
$ XLAENV
224224
* ..
@@ -465,7 +465,7 @@ SUBROUTINE SCHKSY_AA_2STAGE( DOTYPE, NN, NVAL, NNB, NBVAL, NNS,
465465
*+ TEST 1
466466
* Reconstruct matrix from factors and compute residual.
467467
*
468-
c CALL DSYT01_AA( UPLO, N, A, LDA, AFAC, LDA, IWORK,
468+
c CALL SSYT01_AA( UPLO, N, A, LDA, AFAC, LDA, IWORK,
469469
c $ AINV, LDA, RWORK, RESULT( 1 ) )
470470
c NT = 1
471471
NT = 0

TESTING/LIN/sdrvsy_aa_2stage.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
*> \brief \b SDRVSY_AA_2STAGE
22
*
3-
* @generated from chetrf.f, fortran c -> s, Tue Oct 31 11:25:04 2017
4-
*
53
* =========== DOCUMENTATION ===========
64
*
75
* Online html documentation available at

0 commit comments

Comments
 (0)