From f8964e4d0781d45c1ea33e6601b9fcb8f0a069e0 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Wed, 29 Jul 2026 02:59:41 +0000 Subject: [PATCH 1/2] docs: update Markdown equation SVGs --- .../ext/base/dwxmy/docs/img/equation_wxmy.svg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/node_modules/@stdlib/blas/ext/base/dwxmy/docs/img/equation_wxmy.svg 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 From e2e9fd994b9d7571773465c874c079828b98a4d1 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Wed, 29 Jul 2026 02:59:52 +0000 Subject: [PATCH 2/2] docs: update Markdown equation elements --- lib/node_modules/@stdlib/blas/ext/base/dwxmy/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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].