@@ -218,7 +218,7 @@ tape( 'the function throws an error if provided an invalid twelfth argument', fu
218
218
}
219
219
} ) ;
220
220
221
- tape ( 'the function performs the hermitian rank 2 operation `A = α*x*y** H + conjg( α )*y*x** H + A` (row-major, lower)' , function test ( t ) {
221
+ tape ( 'the function performs the hermitian rank 2 operation `A = α*x*y^ H + conjg( α )*y*x^ H + A` (row-major, lower)' , function test ( t ) {
222
222
var expected ;
223
223
var alpha ;
224
224
var data ;
@@ -243,7 +243,7 @@ tape( 'the function performs the hermitian rank 2 operation `A = α*x*y**H + con
243
243
t . end ( ) ;
244
244
} ) ;
245
245
246
- tape ( 'the function performs the hermitian rank 2 operation `A = α*x*y** H + conjg( α )*y*x** H + A` (column-major, lower)' , function test ( t ) {
246
+ tape ( 'the function performs the hermitian rank 2 operation `A = α*x*y^ H + conjg( α )*y*x^ H + A` (column-major, lower)' , function test ( t ) {
247
247
var expected ;
248
248
var alpha ;
249
249
var data ;
@@ -268,7 +268,7 @@ tape( 'the function performs the hermitian rank 2 operation `A = α*x*y**H + con
268
268
t . end ( ) ;
269
269
} ) ;
270
270
271
- tape ( 'the function performs the hermitian rank 2 operation `A = α*x*y** H + conjg( α )*y*x** H + A` (column-major, upper)' , function test ( t ) {
271
+ tape ( 'the function performs the hermitian rank 2 operation `A = α*x*y^ H + conjg( α )*y*x^ H + A` (column-major, upper)' , function test ( t ) {
272
272
var expected ;
273
273
var alpha ;
274
274
var data ;
@@ -293,7 +293,7 @@ tape( 'the function performs the hermitian rank 2 operation `A = α*x*y**H + con
293
293
t . end ( ) ;
294
294
} ) ;
295
295
296
- tape ( 'the function performs the hermitian rank 2 operation `A = α*x*y** H + conjg( α )*y*x** H + A` (row-major, upper)' , function test ( t ) {
296
+ tape ( 'the function performs the hermitian rank 2 operation `A = α*x*y^ H + conjg( α )*y*x^ H + A` (row-major, upper)' , function test ( t ) {
297
297
var expected ;
298
298
var alpha ;
299
299
var data ;
0 commit comments