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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ var o = blas;
88
88
- <spanclass="signature">[`zaxpy( N, alpha, x, strideX, y, strideY )`][@stdlib/blas/base/zaxpy]</span><spanclass="delimiter">: </span><spanclass="description">scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.</span>
89
89
- <spanclass="signature">[`zcopy( N, x, strideX, y, strideY )`][@stdlib/blas/base/zcopy]</span><spanclass="delimiter">: </span><spanclass="description">copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.</span>
90
90
- <spanclass="signature">[`zdrot( N, x, strideX, y, strideY, c, s )`][@stdlib/blas/base/zdrot]</span><spanclass="delimiter">: </span><spanclass="description">apply a plane rotation.</span>
91
-
- <spanclass="signature">[`zdscal( N, da, zx, strideZX )`][@stdlib/blas/base/zdscal]</span><spanclass="delimiter">: </span><spanclass="description">scale a double-precision complex floating-point vector by a double-precision floating-point constant.</span>
91
+
- <spanclass="signature">[`zdscal( N, alpha, x, strideX )`][@stdlib/blas/base/zdscal]</span><spanclass="delimiter">: </span><spanclass="description">scale a double-precision complex floating-point vector by a double-precision floating-point constant.</span>
92
92
- <spanclass="signature">[`zscal( N, alpha, x, strideX )`][@stdlib/blas/base/zscal]</span><spanclass="delimiter">: </span><spanclass="description">scales a double-precision complex floating-point vector by a double-precision complex floating-point constant.</span>
93
93
- <spanclass="signature">[`zswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/zswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two complex double-precision floating-point vectors.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/assert/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ var o = ns;
78
78
- <spanclass="signature">[`isScalarMostlySafeCompatible( value, dtype )`][@stdlib/ndarray/base/assert/is-scalar-mostly-safe-compatible]</span><spanclass="delimiter">: </span><spanclass="description">determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.</span>
79
79
- <spanclass="signature">[`isSignedIntegerDataType( value )`][@stdlib/ndarray/base/assert/is-signed-integer-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray signed integer data type.</span>
80
80
- <spanclass="signature">[`isSingleSegmentCompatible( shape, strides, offset )`][@stdlib/ndarray/base/assert/is-single-segment-compatible]</span><spanclass="delimiter">: </span><spanclass="description">determine if an array is compatible with a single memory segment.</span>
81
+
- <spanclass="signature">[`isStructDataType( value )`][@stdlib/ndarray/base/assert/is-struct-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray struct data type.</span>
81
82
- <spanclass="signature">[`isUnsignedIntegerDataType( value )`][@stdlib/ndarray/base/assert/is-unsigned-integer-data-type]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a supported ndarray unsigned integer data type.</span>
0 commit comments