aboutsummaryrefslogtreecommitdiff
path: root/docs/help/classify_indexof.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/classify_indexof.html')
-rw-r--r--docs/help/classify_indexof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/classify_indexof.html b/docs/help/classify_indexof.html
index 20149d89..e1b32323 100644
--- a/docs/help/classify_indexof.html
+++ b/docs/help/classify_indexof.html
@@ -6,6 +6,7 @@
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div>
<h1 id="square-original-of-"><a class="header" href="#square-original-of-">Square Original Of (<code><span class='Function'>⊐</span></code>)</a></h1>
<h2 id="-𝕩-classify"><a class="header" href="#-𝕩-classify"><code><span class='Function'>⊐</span> <span class='Value'>𝕩</span></code>: Classify</a></h2>
+<p><a class="fulldoc" href="../doc/selfcmp.html#classify">→full documentation</a></p>
<p>Translate major cells of <code><span class='Value'>𝕩</span></code> to unique ID numbers based on first occurrence.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqQIDXigL824oC/MuKAvzLigL814oC/MQoKYSDihpAgM+KAvzMg4qWKIDDigL8x4oC/MuKAvznigL8w4oC/OeKAvzDigL8x4oC/MgoK4oqQIGE=">↗️</a><pre> <span class='Function'>⊐</span> <span class='Number'>5</span><span class='Ligature'>‿</span><span class='Number'>6</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>5</span><span class='Ligature'>‿</span><span class='Number'>1</span>
⟨ 0 1 2 2 0 3 ⟩
@@ -16,6 +17,7 @@
⟨ 0 1 0 ⟩
</pre>
<h2 id="𝕨--𝕩-index-of"><a class="header" href="#𝕨--𝕩-index-of"><code><span class='Value'>𝕨</span> <span class='Function'>⊐</span> <span class='Value'>𝕩</span></code>: Index Of</a></h2>
+<p><a class="fulldoc" href="../doc/search.html#index-of">→full documentation</a></p>
<p>First index of each major cell of <code><span class='Value'>𝕩</span></code> in <code><span class='Value'>𝕨</span></code>. Rank of <code><span class='Value'>𝕩</span></code> must be at least cell rank of <code><span class='Value'>𝕨</span></code>.</p>
<p>If a cell is not found in <code><span class='Value'>𝕨</span></code>, the length of <code><span class='Value'>𝕨</span></code> (<code><span class='Function'>≠</span><span class='Value'>𝕨</span></code>) is used for that position.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NeKAvzbigL8y4oC/MuKAvzXigL8xIOKKkCA14oC/N+KAvzHigL82CgpiIOKGkCAz4oC/MyDipYogMOKAvzHigL8y4oC/OeKAvzDigL854oC/MOKAvzHigL8yCgpiIOKKkCDiiY054oC/MOKAvzk=">↗️</a><pre> <span class='Number'>5</span><span class='Ligature'>‿</span><span class='Number'>6</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>5</span><span class='Ligature'>‿</span><span class='Number'>1</span> <span class='Function'>⊐</span> <span class='Number'>5</span><span class='Ligature'>‿</span><span class='Number'>7</span><span class='Ligature'>‿</span><span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>6</span>