You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
type: pre_push_report
description: Results of running various checks prior to pushing changes.
report:
- task: run_javascript_examples
status: na
- task: run_c_examples
status: na
- task: run_cpp_examples
status: na
- task: run_javascript_readme_examples
status: na
- task: run_c_benchmarks
status: na
- task: run_cpp_benchmarks
status: na
- task: run_fortran_benchmarks
status: na
- task: run_javascript_benchmarks
status: na
- task: run_julia_benchmarks
status: na
- task: run_python_benchmarks
status: na
- task: run_r_benchmarks
status: na
- task: run_javascript_tests
status: na
---
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/eslint/rules/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ var eslint = rules;
58
58
- <spanclass="signature">[`empty-line-before-comment`][@stdlib/_tools/eslint/rules/empty-line-before-comment]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce empty lines before comments.</span>
59
59
- <spanclass="signature">[`eol-open-bracket-spacing`][@stdlib/_tools/eslint/rules/eol-open-bracket-spacing]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that no spaces are present between an opening parenthesis or bracket and a nested object or array expression at the end of a line.</span>
60
60
- <spanclass="signature">[`first-unit-test`][@stdlib/_tools/eslint/rules/first-unit-test]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that a tape file starts with the expected test.</span>
61
+
- <spanclass="signature">[`line-closing-bracket-spacing`][@stdlib/_tools/eslint/rules/line-closing-bracket-spacing]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that no spaces are present between a closing parenthesis or bracket and a nested object or array expression at the beginning of a line.</span>
61
62
- <spanclass="signature">[`module-exports-last`][@stdlib/_tools/eslint/rules/module-exports-last]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule enforcing that export statements appear at the end of a file.</span>
62
63
- <spanclass="signature">[`namespace-export-all`][@stdlib/_tools/eslint/rules/namespace-export-all]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that a namespace `index.js` exports all packages in the respective namespace directory.</span>
63
64
- <spanclass="signature">[`namespace-index-order`][@stdlib/_tools/eslint/rules/namespace-index-order]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that modules in a namespace `index.js` file are listed in alphabetical order according to module name.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/gaxpy/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,8 @@ console.log( y );
159
159
160
160
## See Also
161
161
162
-
- <spanclass="package-name">[`@stdlib/blas/base/daxpy`][@stdlib/blas/base/daxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a vector x by a constant and add the result to y.</span>
163
-
- <spanclass="package-name">[`@stdlib/blas/base/saxpy`][@stdlib/blas/base/saxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a vector x by a constant and add the result to y.</span>
162
+
- <spanclass="package-name">[`@stdlib/blas/base/daxpy`][@stdlib/blas/base/daxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a vector `x` by a constant and add the result to `y`.</span>
163
+
- <spanclass="package-name">[`@stdlib/blas/base/saxpy`][@stdlib/blas/base/saxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a vector `x` by a constant and add the result to `y`.</span>
- <spanclass="package-name">[`@stdlib/nlp/tokenize`][@stdlib/nlp/tokenize]</span><spanclass="delimiter">: </span><spanclass="description">tokenize a string.</span>
base.strided.dnannsumors.ndarray,"\nbase.strided.dnannsumors.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer, out:Float64Array, strideOut:integer, offsetOut:integer )\n Computes the sum of double-precision floating-point strided array elements,\n ignoring `NaN` values and using ordinary recursive summation and alternative\n indexing semantics.\n"
1845
1845
base.strided.dnannsumpw,"\nbase.strided.dnannsumpw( N:integer, x:Float64Array, strideX:integer, \n out:Float64Array, strideOut:integer )\n Computes the sum of double-precision floating-point strided array elements,\n ignoring `NaN` values and using pairwise summation.\n"
1846
1846
base.strided.dnannsumpw.ndarray,"\nbase.strided.dnannsumpw.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer, out:Float64Array, strideOut:integer, offsetOut:integer )\n Computes the sum of double-precision floating-point strided array elements,\n ignoring `NaN` values and using pairwise summation and alternative indexing\n semantics.\n"
1847
-
base.strided.dnanrange,"\nbase.strided.dnanrange( N:integer, x:Float64Array, stride:integer )\n Computes the range of a double-precision floating-point strided array,\n ignoring `NaN` values.\n"
1848
-
base.strided.dnanrange.ndarray,"\nbase.strided.dnanrange.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the range of a double-precision floating-point strided array,\n ignoring `NaN` values and using alternative indexing semantics.\n"
1847
+
base.strided.dnanrange,"\nbase.strided.dnanrange( N:integer, x:Float64Array, strideX:integer )\n Computes the range of a double-precision floating-point strided array,\n ignoring `NaN` values.\n"
1848
+
base.strided.dnanrange.ndarray,"\nbase.strided.dnanrange.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer )\n Computes the range of a double-precision floating-point strided array,\n ignoring `NaN` values and using alternative indexing semantics.\n"
1849
1849
base.strided.dnanstdev,"\nbase.strided.dnanstdev( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values.\n"
1850
1850
base.strided.dnanstdev.ndarray,"\nbase.strided.dnanstdev.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using alternative indexing semantics.\n"
1851
1851
base.strided.dnanstdevch,"\nbase.strided.dnanstdevch( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using a one-pass trial mean algorithm.\n"
base.strided.smsktrunc.ndarray,"\nbase.strided.smsktrunc.ndarray( N:integer, x:Float32Array, sx:integer, \n ox:integer, m:Float32Array, sm:integer, om:integer, y:Float32Array, \n sy:integer, oy:integer )\n Rounds each element in a single-precision floating-point strided array `x`\n toward zero according to a strided mask array and assigns the results to\n elements in a single-precision floating-point strided array `y` using\n alternative indexing semantics.\n"
2356
2356
base.strided.snanmax,"\nbase.strided.snanmax( N:integer, x:Float32Array, strideX:integer )\n Computes the maximum value of a single-precision floating-point strided\n array, ignoring `NaN` values.\n"
2357
2357
base.strided.snanmax.ndarray,"\nbase.strided.snanmax.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the maximum value of a single-precision floating-point strided\n array, ignoring `NaN` values and using alternative indexing semantics.\n"
2358
-
base.strided.snanmaxabs,"\nbase.strided.snanmaxabs( N:integer, x:Float32Array, stride:integer )\n Computes the maximum absolute value of a single-precision floating-point\n strided array, ignoring `NaN` values.\n"
2359
-
base.strided.snanmaxabs.ndarray,"\nbase.strided.snanmaxabs.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the maximum absolute value of a single-precision floating-point\n strided array, ignoring `NaN` values and using alternative indexing\n semantics.\n"
2358
+
base.strided.snanmaxabs,"\nbase.strided.snanmaxabs( N:integer, x:Float32Array, strideX:integer )\n Computes the maximum absolute value of a single-precision floating-point\n strided array, ignoring `NaN` values.\n"
2359
+
base.strided.snanmaxabs.ndarray,"\nbase.strided.snanmaxabs.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the maximum absolute value of a single-precision floating-point\n strided array, ignoring `NaN` values and using alternative indexing\n semantics.\n"
2360
2360
base.strided.snanmean,"\nbase.strided.snanmean( N:integer, x:Float32Array, stride:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values.\n"
2361
2361
base.strided.snanmean.ndarray,"\nbase.strided.snanmean.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values and using alternative indexing semantics.\n"
2362
2362
base.strided.snanmeanors,"\nbase.strided.snanmeanors( N:integer, x:Float32Array, stride:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values and using ordinary recursive summation.\n"
@@ -2367,16 +2367,16 @@ base.strided.snanmeanwd,"\nbase.strided.snanmeanwd( N:integer, x:Float32Array, s
2367
2367
base.strided.snanmeanwd.ndarray,"\nbase.strided.snanmeanwd.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array, ignoring `NaN` values and using Welford's algorithm and alternative\n indexing semantics.\n"
2368
2368
base.strided.snanmin,"\nbase.strided.snanmin( N:integer, x:Float32Array, strideX:integer )\n Computes the minimum value of a single-precision floating-point strided\n array, ignoring `NaN` values.\n"
2369
2369
base.strided.snanmin.ndarray,"\nbase.strided.snanmin.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the minimum value of a single-precision floating-point strided\n array, ignoring `NaN` values and using alternative indexing semantics.\n"
2370
-
base.strided.snanminabs,"\nbase.strided.snanminabs( N:integer, x:Float32Array, stride:integer )\n Computes the minimum absolute value of a single-precision floating-point\n strided array, ignoring `NaN` values.\n"
2371
-
base.strided.snanminabs.ndarray,"\nbase.strided.snanminabs.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the minimum absolute value of a single-precision floating-point\n strided array, ignoring `NaN` values and using alternative indexing\n semantics.\n"
2370
+
base.strided.snanminabs,"\nbase.strided.snanminabs( N:integer, x:Float32Array, strideX:integer )\n Computes the minimum absolute value of a single-precision floating-point\n strided array, ignoring `NaN` values.\n"
2371
+
base.strided.snanminabs.ndarray,"\nbase.strided.snanminabs.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the minimum absolute value of a single-precision floating-point\n strided array, ignoring `NaN` values and using alternative indexing\n semantics.\n"
2372
2372
base.strided.snanmskmax,"\nbase.strided.snanmskmax( N:integer, x:Float32Array, strideX:integer, \n mask:Uint8Array, strideMask:integer )\n Computes the maximum value of a single-precision floating-point strided\n array according to a mask, ignoring `NaN` values.\n"
2373
2373
base.strided.snanmskmax.ndarray,"\nbase.strided.snanmskmax.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer, mask:Uint8Array, strideMask:integer, offsetMask:integer )\n Computes the maximum value of a single-precision floating-point strided\n array according to a mask, ignoring `NaN` values and using alternative\n indexing semantics.\n"
2374
2374
base.strided.snanmskmin,"\nbase.strided.snanmskmin( N:integer, x:Float32Array, strideX:integer, \n mask:Uint8Array, strideMask:integer )\n Computes the minimum value of a single-precision floating-point strided\n array according to a mask, ignoring `NaN` values.\n"
2375
2375
base.strided.snanmskmin.ndarray,"\nbase.strided.snanmskmin.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer, mask:Uint8Array, strideMask:integer, offsetMask:integer )\n Computes the minimum value of a single-precision floating-point strided\n array according to a mask, ignoring `NaN` values and using alternative\n indexing semantics.\n"
2376
2376
base.strided.snanmskrange,"\nbase.strided.snanmskrange( N:integer, x:Float32Array, strideX:integer, \n mask:Uint8Array, strideMask:integer )\n Computes the range of a single-precision floating-point strided array\n according to a mask, ignoring `NaN` values.\n"
2377
2377
base.strided.snanmskrange.ndarray,"\nbase.strided.snanmskrange.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer, mask:Uint8Array, strideMask:integer, offsetMask:integer )\n Computes the range of a single-precision floating-point strided array\n according to a mask, ignoring `NaN` values and using alternative indexing\n semantics.\n"
2378
-
base.strided.snanrange,"\nbase.strided.snanrange( N:integer, x:Float32Array, stride:integer )\n Computes the range of a single-precision floating-point strided array,\n ignoring `NaN` values.\n"
2379
-
base.strided.snanrange.ndarray,"\nbase.strided.snanrange.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the range of a single-precision floating-point strided array,\n ignoring `NaN` values and using alternative indexing semantics.\n"
2378
+
base.strided.snanrange,"\nbase.strided.snanrange( N:integer, x:Float32Array, strideX:integer )\n Computes the range of a single-precision floating-point strided array,\n ignoring `NaN` values.\n"
2379
+
base.strided.snanrange.ndarray,"\nbase.strided.snanrange.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the range of a single-precision floating-point strided array,\n ignoring `NaN` values and using alternative indexing semantics.\n"
2380
2380
base.strided.snanstdev,"\nbase.strided.snanstdev( N:integer, correction:number, x:Float32Array, \n stride:integer )\n Computes the standard deviation of a single-precision floating-point strided\n array ignoring `NaN` values.\n"
2381
2381
base.strided.snanstdev.ndarray,"\nbase.strided.snanstdev.ndarray( N:integer, correction:number, x:Float32Array, \n stride:integer, offset:integer )\n Computes the standard deviation of a single-precision floating-point strided\n array ignoring `NaN` values and alternative indexing semantics.\n"
2382
2382
base.strided.snanstdevch,"\nbase.strided.snanstdevch( N:integer, correction:number, x:Float32Array, \n stride:integer )\n Computes the standard deviation of a single-precision floating-point strided\n array ignoring `NaN` values and using a one-pass trial mean algorithm.\n"
0 commit comments