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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ var o = blas;
46
46
<divclass="namespace-toc">
47
47
48
48
- <spanclass="signature">[`ccopy( N, x, strideX, y, strideY )`][@stdlib/blas/base/ccopy]</span><spanclass="delimiter">: </span><spanclass="description">copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.</span>
49
+
- <spanclass="signature">[`cscal( N, ca, cx, strideX )`][@stdlib/blas/base/cscal]</span><spanclass="delimiter">: </span><spanclass="description">scales a single-precision complex floating-point vector by a single-precision complex floating-point constant.</span>
49
50
- <spanclass="signature">[`cswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/cswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two complex single-precision floating-point vectors.</span>
50
51
- <spanclass="signature">[`dasum( N, x, stride )`][@stdlib/blas/base/dasum]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of absolute values (_L1_ norm).</span>
51
52
- <spanclass="signature">[`daxpy( N, alpha, x, strideX, y, strideY )`][@stdlib/blas/base/daxpy]</span><spanclass="delimiter">: </span><spanclass="description">multiply a vector `x` by a constant `alpha` and add the result to `y`.</span>
@@ -72,6 +73,8 @@ var o = blas;
72
73
- <spanclass="signature">[`srotg( a, b )`][@stdlib/blas/base/srotg]</span><spanclass="delimiter">: </span><spanclass="description">construct a Givens plane rotation.</span>
73
74
- <spanclass="signature">[`sscal( N, alpha, x, stride )`][@stdlib/blas/base/sscal]</span><spanclass="delimiter">: </span><spanclass="description">multiply a single-precision floating-point vector `x` by a constant `alpha`.</span>
74
75
- <spanclass="signature">[`sswap( N, x, strideX, y, strideY )`][@stdlib/blas/base/sswap]</span><spanclass="delimiter">: </span><spanclass="description">interchange two single-precision floating-point vectors.</span>
76
+
- <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>
77
+
- <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>
75
78
76
79
</div>
77
80
@@ -81,6 +84,13 @@ var o = blas;
81
84
82
85
<!-- <toc pattern="+(*amax|*lsame|*xerbla*)"> -->
83
86
87
+
<divclass="namespace-toc">
88
+
89
+
- <spanclass="signature">[`idamax( N, x, strideX )`][@stdlib/blas/base/idamax]</span><spanclass="delimiter">: </span><spanclass="description">find the index of the first element having the maximum absolute value.</span>
90
+
- <spanclass="signature">[`isamax( N, x, strideX )`][@stdlib/blas/base/isamax]</span><spanclass="delimiter">: </span><spanclass="description">find the index of the first element having the maximum absolute value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/assert/README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,14 @@ var o = ns;
41
41
42
42
<!-- <toc pattern="*"> -->
43
43
44
+
<divclass="namespace-toc">
45
+
46
+
- <spanclass="signature">[`isLayout( value )`][@stdlib/blas/base/assert/is-layout]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a BLAS memory layout.</span>
47
+
- <spanclass="signature">[`isMatrixTriangle( value )`][@stdlib/blas/base/assert/is-matrix-triangle]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a BLAS matrix triangle.</span>
48
+
- <spanclass="signature">[`isTransposeOperation( value )`][@stdlib/blas/base/assert/is-transpose-operation]</span><spanclass="delimiter">: </span><spanclass="description">test if an input value is a BLAS transpose operation.</span>
0 commit comments