More spelling fixes in comments

This commit is contained in:
Martin Kroeker 2018-03-04 10:51:13 +01:00 committed by GitHub
parent 25f5ca70d7
commit f29c74f80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ CTEST (drotmg,rotmg_issue1452)
te_param[i]=tr_param[i]=0.0; te_param[i]=tr_param[i]=0.0;
} }
te_param[3]=1./4096.; te_param[3]=1./4096.;
//reference values as calulated by gonum blas with rotmg rewritten to Hopkins' algorithm //reference values as calculated by gonum blas with rotmg rewritten to Hopkins' algorithm
tr_d1= 0.99995592822897; tr_d1= 0.99995592822897;
tr_d2= 0.98981219860583; tr_d2= 0.98981219860583;
tr_x1= 0.03662270484346; tr_x1= 0.03662270484346;
@ -145,7 +145,7 @@ CTEST(drotmg, rotmg_D1eqD2_X1eqX2)
te_param[i]=tr_param[i]=0.0; te_param[i]=tr_param[i]=0.0;
} }
//reference values as calulated by netlib blas //reference values as calculated by netlib blas
tr_d1= 1.0; tr_d1= 1.0;
tr_d2= 1.0; tr_d2= 1.0;
tr_x1= 16.0; tr_x1= 16.0;
@ -185,7 +185,7 @@ CTEST(drotmg, drotmg_D1_big_D2_big_flag_zero)
te_y1= tr_y1=7.; te_y1= tr_y1=7.;
//reference values as calulated by gonum //reference values as calculated by gonum
tr_d1= 68.96627824858757; tr_d1= 68.96627824858757;
tr_d2= 34.483139124293785; tr_d2= 34.483139124293785;
tr_x1= 45312.; tr_x1= 45312.;