|
|
@ -2168,7 +2168,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 the dimension that gets collapsed. Leftmost dimension has index 0.</strong></li> |
|
|
|
<li><strong>Axis is an index of the dimension that gets aggregated. Leftmost dimension has index 0.</strong></li> |
|
|
|
</ul> |
|
|
|
<div><h3 id="indexing">Indexing</h3><pre><code class="bash language-bash hljs"><el> = <2d_array>[row_index, column_index] |
|
|
|
<1d_view> = <2d_array>[row_index] |
|
|
|