From 662316ad07d2cfe4253c1a59c65ca7bc30babec2 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 13 Dec 2021 19:10:29 -0500 Subject: Link to bqn-libs for matrix divide translations --- doc/fromDyalog.md | 2 +- doc/fromJ.md | 2 +- docs/doc/fromDyalog.html | 2 +- docs/doc/fromJ.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index 9c03107b..a98a2365 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -119,7 +119,7 @@ The form `F⍣G` (Power with a function right operand; Power limit) must be impl •Fmt {+⟜(𝕨⊸×)´⌽𝕩} {>𝕨|⌊∘÷`⌾⌽𝕨«˜<𝕩} - +˝∘×⎉1‿∞⁼ I guess + Inverse from hereSolve N/A diff --git a/doc/fromJ.md b/doc/fromJ.md index a04b8987..afc470ab 100644 --- a/doc/fromJ.md +++ b/doc/fromJ.md @@ -118,7 +118,7 @@ The tables below give approximate implementations of J primitives. J has a whole | `*:` | `ט` | `¬∧` | `-.` | `¬` | `¬∘∊/⊣` | `-:` | `÷⟜2` | `≡` -| `%.` | | `+˝∘×⎉1‿∞⁼` +| `%.` | `Inverse` from [here](https://github.com/mlochbaum/bqn-libs/blob/master/matrix.bqn) | `Solve` | `$` | `≢` | `⥊` | `~.` | `⍷` | | `~:` | `∊` | `≠` diff --git a/docs/doc/fromDyalog.html b/docs/doc/fromDyalog.html index 841e35d2..de77cdf6 100644 --- a/docs/doc/fromDyalog.html +++ b/docs/doc/fromDyalog.html @@ -308,7 +308,7 @@ •Fmt {+(𝕨×)´𝕩} {>𝕨|⌊÷`𝕨«˜<𝕩} - +˝×1 I guess + Inverse from hereSolve N/A diff --git a/docs/doc/fromJ.html b/docs/doc/fromJ.html index 516cc220..9b40695c 100644 --- a/docs/doc/fromJ.html +++ b/docs/doc/fromJ.html @@ -472,8 +472,8 @@ %. - -+˝×1 +Inverse from here +Solve $ -- cgit v1.2.3