Browse Source

NumPy

pull/135/head
Jure Šorn 2 years ago
parent
commit
3b8d61d4c0
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      index.html

2
README.md

@ -2656,7 +2656,7 @@ indexes = <array>.argmin(axis)
```
* **Shape is a tuple of dimension sizes.**
* **Axis is an index of the dimension that gets collapsed. Leftmost dimension has index 0.**
* **Axis is an index of the dimension that gets aggregated. Leftmost dimension has index 0.**
### Indexing
```bash

2
index.html

@ -2168,7 +2168,7 @@ indexes = &lt;array&gt;.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">&lt;el&gt; = &lt;2d_array&gt;[row_index, column_index]
&lt;1d_view&gt; = &lt;2d_array&gt;[row_index]

Loading…
Cancel
Save