diff --git a/lib/node_modules/@stdlib/blas/base/dasum/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/dasum/benchmark/c/benchmark.length.c index 695b5028ff51..15b4fdf4124d 100644 --- a/lib/node_modules/@stdlib/blas/base/dasum/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/dasum/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `dasum`. -*/ #include "stdlib/blas/base/dasum.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/daxpy/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/daxpy/benchmark/c/benchmark.length.c index 130496247ab1..ab5548f6b354 100644 --- a/lib/node_modules/@stdlib/blas/base/daxpy/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/daxpy/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `daxpy`. -*/ #include "stdlib/blas/base/daxpy.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/dcopy/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/dcopy/benchmark/c/benchmark.length.c index 9c40059b4e69..b17c8405c309 100644 --- a/lib/node_modules/@stdlib/blas/base/dcopy/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/dcopy/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `dcopy`. -*/ #include "stdlib/blas/base/dcopy.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/ddot/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/ddot/benchmark/c/benchmark.length.c index f69dee3122bd..ecd0a58d794e 100644 --- a/lib/node_modules/@stdlib/blas/base/ddot/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/ddot/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `ddot`. -*/ #include "stdlib/blas/base/ddot.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/dnrm2/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/dnrm2/benchmark/c/benchmark.length.c index 7fe958355233..d7050244d7f9 100644 --- a/lib/node_modules/@stdlib/blas/base/dnrm2/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/dnrm2/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `dnrm2`. -*/ #include "stdlib/blas/base/dnrm2.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/drot/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/drot/benchmark/c/benchmark.length.c index 391ebf4b9df2..a331dbe0629d 100644 --- a/lib/node_modules/@stdlib/blas/base/drot/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/drot/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `drot`. -*/ #include "stdlib/blas/base/drot.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/dscal/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/dscal/benchmark/c/benchmark.length.c index 8e3424caa8fb..726d465c09e8 100644 --- a/lib/node_modules/@stdlib/blas/base/dscal/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/dscal/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `dscal`. -*/ #include "stdlib/blas/base/dscal.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/dsdot/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/dsdot/benchmark/c/benchmark.length.c index 488eca3fa1ac..9b9e3f996661 100644 --- a/lib/node_modules/@stdlib/blas/base/dsdot/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/dsdot/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `dsdot`. -*/ #include "stdlib/blas/base/dsdot.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/dswap/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/dswap/benchmark/c/benchmark.length.c index 33e4a580e1ca..2d537ecbfc9e 100644 --- a/lib/node_modules/@stdlib/blas/base/dswap/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/dswap/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `dswap`. -*/ #include "stdlib/blas/base/dswap.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/idamax/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/idamax/benchmark/c/benchmark.length.c index 0232f06156b7..058e873a231e 100644 --- a/lib/node_modules/@stdlib/blas/base/idamax/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/idamax/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `idamax`. -*/ #include "stdlib/blas/base/idamax.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/isamax/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/isamax/benchmark/c/benchmark.length.c index 5dd5cdacec41..18ce515a5766 100644 --- a/lib/node_modules/@stdlib/blas/base/isamax/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/isamax/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `isamax`. -*/ #include "stdlib/blas/base/isamax.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/sasum/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/sasum/benchmark/c/benchmark.length.c index ade0cfbdb1f4..c9a6b8d85cb4 100644 --- a/lib/node_modules/@stdlib/blas/base/sasum/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/sasum/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `sasum`. -*/ #include "stdlib/blas/base/sasum.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/saxpy/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/saxpy/benchmark/c/benchmark.length.c index c0c3f63642f4..b347c7eee311 100644 --- a/lib/node_modules/@stdlib/blas/base/saxpy/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/saxpy/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `saxpy`. -*/ #include "stdlib/blas/base/saxpy.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/scopy/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/scopy/benchmark/c/benchmark.length.c index 2b16c132c12c..7366154b6f75 100644 --- a/lib/node_modules/@stdlib/blas/base/scopy/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/scopy/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `scopy`. -*/ #include "stdlib/blas/base/scopy.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/sdot/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/sdot/benchmark/c/benchmark.length.c index 3e1ea41425e0..e176f0084143 100644 --- a/lib/node_modules/@stdlib/blas/base/sdot/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/sdot/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `sdot`. -*/ #include "stdlib/blas/base/sdot.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/sdsdot/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/sdsdot/benchmark/c/benchmark.length.c index a6f052f88d86..77daf4328484 100644 --- a/lib/node_modules/@stdlib/blas/base/sdsdot/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/sdsdot/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `sdsdot`. -*/ #include "stdlib/blas/base/sdsdot.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/snrm2/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/snrm2/benchmark/c/benchmark.length.c index fc30c78788cd..0a6902b87572 100644 --- a/lib/node_modules/@stdlib/blas/base/snrm2/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/snrm2/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `snrm2`. -*/ #include "stdlib/blas/base/snrm2.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/srot/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/srot/benchmark/c/benchmark.length.c index e5652eff8b44..f65ccbf53b37 100644 --- a/lib/node_modules/@stdlib/blas/base/srot/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/srot/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `srot`. -*/ #include "stdlib/blas/base/srot.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/sscal/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/sscal/benchmark/c/benchmark.length.c index dc25bf188b69..5f8d23c990ea 100644 --- a/lib/node_modules/@stdlib/blas/base/sscal/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/sscal/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `sscal`. -*/ #include "stdlib/blas/base/sscal.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/sswap/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/sswap/benchmark/c/benchmark.length.c index 07a1701e6dd2..9542899f8ca1 100644 --- a/lib/node_modules/@stdlib/blas/base/sswap/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/sswap/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `sswap`. -*/ #include "stdlib/blas/base/sswap.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/zcopy/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/zcopy/benchmark/c/benchmark.length.c index 4f44b73c9bb8..9c1e1ca3d199 100644 --- a/lib/node_modules/@stdlib/blas/base/zcopy/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/zcopy/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `zcopy`. -*/ #include "stdlib/blas/base/zcopy.h" #include #include diff --git a/lib/node_modules/@stdlib/blas/base/zswap/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/blas/base/zswap/benchmark/c/benchmark.length.c index 357e107241ad..59b3c237d6f4 100644 --- a/lib/node_modules/@stdlib/blas/base/zswap/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/blas/base/zswap/benchmark/c/benchmark.length.c @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Benchmark `zswap`. -*/ #include "stdlib/blas/base/zswap.h" #include #include