|
|
@ -2202,7 +2202,7 @@ indexes = <array>.argmin(axis) |
|
|
|
</code></pre> |
|
|
|
<ul> |
|
|
|
<li><strong>Shape is a tuple of dimension sizes.</strong></li> |
|
|
|
<li><strong>Axis is an index of dimension that gets collapsed. Leftmost dimension has index 0.</strong></li> |
|
|
|
<li><strong>Axis is the index of a dimension that gets collapsed. Leftmost dimension has index 0.</strong></li> |
|
|
|
</ul> |
|
|
|
<div><h3 id="indexing">Indexing</h3><pre><code class="bash language-bash hljs"><el> = <2d_array>[0, 0] <span class="hljs-comment"># First element.</span> |
|
|
|
<1d_view> = <2d_array>[0] <span class="hljs-comment"># First row.</span> |
|
|
|