Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/node_modules/@stdlib/blas/ext/base/cwapx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ This BLAS extension implements the operation
\mathbf{w} = \mathbf{x} + \alpha
```

<!-- <div class="equation" align="center" data-raw-text="\mathbf{w} = \mathbf{x} + \alpha" data-equation="eq:wapx">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@fda865d554b6fe06ac00f42197ea597a10ccdc9a/lib/node_modules/@stdlib/blas/ext/base/cwapx/docs/img/equation_wapx.svg" alt="Equation for wapx operation.">
<br>
</div> -->

<!-- </equation> -->

This API is complementary to the package [`@stdlib/blas/ext/base/capx`][@stdlib/blas/ext/base/capx], which performs an in-place update.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lib/node_modules/@stdlib/blas/ext/base/cwax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ This BLAS extension implements the operation
\mathbf{w} = \alpha \cdot \mathbf{x}
```

<!-- <div class="equation" align="center" data-raw-text="\mathbf{w} = \alpha \cdot \mathbf{x}" data-equation="eq:wax">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@fda865d554b6fe06ac00f42197ea597a10ccdc9a/lib/node_modules/@stdlib/blas/ext/base/cwax/docs/img/equation_wax.svg" alt="Equation for wax operation.">
<br>
</div> -->

<!-- </equation> -->

This API is complementary to the package [`@stdlib/blas/base/cscal`][@stdlib/blas/base/cscal], which performs an in-place update.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lib/node_modules/@stdlib/blas/ext/base/cwxsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ This BLAS extension implements the operation
\mathbf{w} = \mathbf{x} - \alpha
```

<!-- <div class="equation" align="center" data-raw-text="\mathbf{w} = \mathbf{x} - \alpha" data-equation="eq:wxsa">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@fda865d554b6fe06ac00f42197ea597a10ccdc9a/lib/node_modules/@stdlib/blas/ext/base/cwxsa/docs/img/equation_wxsa.svg" alt="Equation for wxsa operation.">
<br>
</div> -->

<!-- </equation> -->

This API is complementary to the package [`@stdlib/blas/ext/base/cxsa`][@stdlib/blas/ext/base/cxsa], which performs an in-place update.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lib/node_modules/@stdlib/blas/ext/base/cwxsy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ This BLAS extension implements the operation
\mathbf{w} = \mathbf{x} - \mathbf{y}
```

<!-- <div class="equation" align="center" data-raw-text="\mathbf{w} = \mathbf{x} - \mathbf{y}" data-equation="eq:wxsy">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@fda865d554b6fe06ac00f42197ea597a10ccdc9a/lib/node_modules/@stdlib/blas/ext/base/cwxsy/docs/img/equation_wxsy.svg" alt="Equation for wxsy operation.">
<br>
</div> -->

<!-- </equation> -->

</section>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lib/node_modules/@stdlib/blas/ext/base/dwapx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ This BLAS extension implements the operation
\mathbf{w} = \mathbf{x} + \alpha
```

<!-- <div class="equation" align="center" data-raw-text="\mathbf{w} = \mathbf{x} + \alpha" data-equation="eq:wapx">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@fda865d554b6fe06ac00f42197ea597a10ccdc9a/lib/node_modules/@stdlib/blas/ext/base/dwapx/docs/img/equation_wapx.svg" alt="Equation for wapx operation.">
<br>
</div> -->

<!-- </equation> -->

This API is complementary to the package [`@stdlib/blas/ext/base/dapx`][@stdlib/blas/ext/base/dapx], which performs an in-place update.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lib/node_modules/@stdlib/blas/ext/base/dwax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ This BLAS extension implements the operation
\mathbf{w} = \alpha \cdot \mathbf{x}
```

<!-- <div class="equation" align="center" data-raw-text="\mathbf{w} = \alpha \cdot \mathbf{x}" data-equation="eq:wax">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@fda865d554b6fe06ac00f42197ea597a10ccdc9a/lib/node_modules/@stdlib/blas/ext/base/dwax/docs/img/equation_wax.svg" alt="Equation for wax operation.">
<br>
</div> -->

<!-- </equation> -->

This API is complementary to the package [`@stdlib/blas/base/dscal`][@stdlib/blas/base/dscal], which performs an in-place update.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lib/node_modules/@stdlib/blas/ext/base/dwxmy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ This BLAS extension implements the operation
\mathbf{w} = \mathbf{x} \odot \mathbf{y}
```

<!-- <div class="equation" align="center" data-raw-text="\mathbf{w} = \mathbf{x} \odot \mathbf{y}" data-equation="eq:wxmy">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@fda865d554b6fe06ac00f42197ea597a10ccdc9a/lib/node_modules/@stdlib/blas/ext/base/dwxmy/docs/img/equation_wxmy.svg" alt="Equation for wxmy operation.">
<br>
</div> -->

<!-- </equation> -->

where `⊙` denotes the [Hadamard product][hadamard-product].
Expand Down
Loading