mirror of
https://github.com/davrot/pytutorial.git
synced 2025-06-06 04:00:03 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
64cfcb292f
commit
aebf0e33c1
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ print(a[:, idx_0, :, idx_1].shape) # -> (2, 3, 4, 10, 30, 50)
|
||||||
{: .topic-optional}
|
{: .topic-optional}
|
||||||
This is an optional topic!
|
This is an optional topic!
|
||||||
|
|
||||||
|
We can use ix_() to build grids:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
numpy.ix_(*args)
|
numpy.ix_(*args)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue