11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2025 The Stdlib Authors.
4+ * Copyright (c) 2026 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
@@ -42,7 +42,6 @@ var rutnu = require( './fixtures/row_major_u_t_nu.json' );
4242var rutu = require ( './fixtures/row_major_u_t_u.json' ) ;
4343var rxp = require ( './fixtures/row_major_xp.json' ) ;
4444var rxn = require ( './fixtures/row_major_xn.json' ) ;
45-
4645var clntnu = require ( './fixtures/column_major_l_nt_nu.json' ) ;
4746var cltnu = require ( './fixtures/column_major_l_t_nu.json' ) ;
4847var clntu = require ( './fixtures/column_major_l_nt_u.json' ) ;
@@ -294,7 +293,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
294293
295294 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
296295 t . strictEqual ( out , x , 'returns expected value' ) ;
297-
296+
298297 viewOut = new Float32Array ( out . buffer ) ;
299298 isApprox ( t , viewOut , expected , 100.0 ) ;
300299
@@ -318,7 +317,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
318317
319318 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
320319 t . strictEqual ( out , x , 'returns expected value' ) ;
321-
320+
322321 viewOut = new Float32Array ( out . buffer ) ;
323322 isApprox ( t , viewOut , expected , 100.0 ) ;
324323
@@ -342,7 +341,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
342341
343342 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
344343 t . strictEqual ( out , x , 'returns expected value' ) ;
345-
344+
346345 viewOut = new Float32Array ( out . buffer ) ;
347346 isApprox ( t , viewOut , expected , 100.0 ) ;
348347
@@ -366,7 +365,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
366365
367366 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
368367 t . strictEqual ( out , x , 'returns expected value' ) ;
369-
368+
370369 viewOut = new Float32Array ( out . buffer ) ;
371370 isApprox ( t , viewOut , expected , 100.0 ) ;
372371
@@ -390,7 +389,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
390389
391390 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
392391 t . strictEqual ( out , x , 'returns expected value' ) ;
393-
392+
394393 viewOut = new Float32Array ( out . buffer ) ;
395394 isApprox ( t , viewOut , expected , 100.0 ) ;
396395
@@ -414,7 +413,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
414413
415414 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
416415 t . strictEqual ( out , x , 'returns expected value' ) ;
417-
416+
418417 viewOut = new Float32Array ( out . buffer ) ;
419418 isApprox ( t , viewOut , expected , 100.0 ) ;
420419
@@ -438,7 +437,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
438437
439438 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
440439 t . strictEqual ( out , x , 'returns expected value' ) ;
441-
440+
442441 viewOut = new Float32Array ( out . buffer ) ;
443442 isApprox ( t , viewOut , expected , 100.0 ) ;
444443
@@ -462,7 +461,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
462461
463462 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
464463 t . strictEqual ( out , x , 'returns expected value' ) ;
465-
464+
466465 viewOut = new Float32Array ( out . buffer ) ;
467466 isApprox ( t , viewOut , expected , 100.0 ) ;
468467
@@ -486,7 +485,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
486485
487486 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
488487 t . strictEqual ( out , x , 'returns expected value' ) ;
489-
488+
490489 viewOut = new Float32Array ( out . buffer ) ;
491490 isApprox ( t , viewOut , expected , 100.0 ) ;
492491
@@ -510,7 +509,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
510509
511510 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
512511 t . strictEqual ( out , x , 'returns expected value' ) ;
513-
512+
514513 viewOut = new Float32Array ( out . buffer ) ;
515514 isApprox ( t , viewOut , expected , 100.0 ) ;
516515
@@ -534,7 +533,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
534533
535534 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
536535 t . strictEqual ( out , x , 'returns expected value' ) ;
537-
536+
538537 viewOut = new Float32Array ( out . buffer ) ;
539538 isApprox ( t , viewOut , expected , 100.0 ) ;
540539
@@ -558,7 +557,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
558557
559558 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
560559 t . strictEqual ( out , x , 'returns expected value' ) ;
561-
560+
562561 viewOut = new Float32Array ( out . buffer ) ;
563562 isApprox ( t , viewOut , expected , 100.0 ) ;
564563
@@ -582,7 +581,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
582581
583582 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
584583 t . strictEqual ( out , x , 'returns expected value' ) ;
585-
584+
586585 viewOut = new Float32Array ( out . buffer ) ;
587586 isApprox ( t , viewOut , expected , 100.0 ) ;
588587
@@ -606,7 +605,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
606605
607606 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
608607 t . strictEqual ( out , x , 'returns expected value' ) ;
609-
608+
610609 viewOut = new Float32Array ( out . buffer ) ;
611610 isApprox ( t , viewOut , expected , 100.0 ) ;
612611
@@ -630,7 +629,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
630629
631630 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
632631 t . strictEqual ( out , x , 'returns expected value' ) ;
633-
632+
634633 viewOut = new Float32Array ( out . buffer ) ;
635634 isApprox ( t , viewOut , expected , 100.0 ) ;
636635
@@ -654,7 +653,7 @@ tape( 'the function solves one of the systems of equations `A*x = b`, `A^T*x = b
654653
655654 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
656655 t . strictEqual ( out , x , 'returns expected value' ) ;
657-
656+
658657 viewOut = new Float32Array ( out . buffer ) ;
659658 isApprox ( t , viewOut , expected , 100.0 ) ;
660659
@@ -678,7 +677,7 @@ tape( 'the function supports specifying an `x` stride (row-major)', function tes
678677
679678 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
680679 t . strictEqual ( out , x , 'returns expected value' ) ;
681-
680+
682681 viewOut = new Float32Array ( out . buffer ) ;
683682 isApprox ( t , viewOut , expected , 100.0 ) ;
684683
@@ -702,7 +701,7 @@ tape( 'the function supports specifying an `x` stride (column-major)', function
702701
703702 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
704703 t . strictEqual ( out , x , 'returns expected value' ) ;
705-
704+
706705 viewOut = new Float32Array ( out . buffer ) ;
707706 isApprox ( t , viewOut , expected , 100.0 ) ;
708707
@@ -743,7 +742,7 @@ tape( 'if `N` is zero, the function returns the input vector unchanged (row-majo
743742
744743 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , 0 , a , data . LDA , x , data . strideX ) ;
745744 t . strictEqual ( out , x , 'returns expected value' ) ;
746-
745+
747746 viewOut = new Float32Array ( out . buffer ) ;
748747 t . deepEqual ( viewOut , expected , 'returns expected value' ) ;
749748
@@ -767,7 +766,7 @@ tape( 'if `N` is zero, the function returns the input vector unchanged (column-m
767766
768767 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , 0 , a , data . LDA , x , data . strideX ) ;
769768 t . strictEqual ( out , x , 'returns expected value' ) ;
770-
769+
771770 viewOut = new Float32Array ( out . buffer ) ;
772771 t . deepEqual ( viewOut , expected , 'returns expected value' ) ;
773772
@@ -791,7 +790,7 @@ tape( 'the function supports a negative `x` stride (row-major)', function test(
791790
792791 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
793792 t . strictEqual ( out , x , 'returns expected value' ) ;
794-
793+
795794 viewOut = new Float32Array ( out . buffer ) ;
796795 isApprox ( t , viewOut , expected , 100.0 ) ;
797796
@@ -815,7 +814,7 @@ tape( 'the function supports a negative `x` stride (column-major)', function tes
815814
816815 out = ctrsv ( data . order , data . uplo , data . trans , data . diag , data . N , a , data . LDA , x , data . strideX ) ;
817816 t . strictEqual ( out , x , 'returns expected value' ) ;
818-
817+
819818 viewOut = new Float32Array ( out . buffer ) ;
820819 isApprox ( t , viewOut , expected , 100.0 ) ;
821820
0 commit comments