diff --git a/lib/node_modules/@stdlib/blas/ext/base/dwxmy/README.md b/lib/node_modules/@stdlib/blas/ext/base/dwxmy/README.md index 3dd7e018d3ad..2f82e2c59bfd 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dwxmy/README.md +++ b/lib/node_modules/@stdlib/blas/ext/base/dwxmy/README.md @@ -32,6 +32,11 @@ This BLAS extension implements the operation \mathbf{w} = \mathbf{x} \odot \mathbf{y} ``` + + where `⊙` denotes the [Hadamard product][hadamard-product]. diff --git a/lib/node_modules/@stdlib/blas/ext/base/dwxmy/docs/img/equation_wxmy.svg b/lib/node_modules/@stdlib/blas/ext/base/dwxmy/docs/img/equation_wxmy.svg new file mode 100644 index 000000000000..7ff386008608 --- /dev/null +++ b/lib/node_modules/@stdlib/blas/ext/base/dwxmy/docs/img/equation_wxmy.svg @@ -0,0 +1,17 @@ + +bold w equals bold x circled-dot bold y + + + \ No newline at end of file