Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
fe1a780aca
commit
23f414fd6b
1 changed files with 14 additions and 0 deletions
14
numpy/broadcasting/README.md
Normal file
14
numpy/broadcasting/README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# [Broadcasting](https://numpy.org/devdocs/user/basics.broadcasting.html)
|
||||
{:.no_toc}
|
||||
|
||||
<nav markdown="1" class="toc-class">
|
||||
* TOC
|
||||
{:toc}
|
||||
</nav>
|
||||
|
||||
## The goal
|
||||
|
||||
Broadcasting: Automatic adaption of dimensions
|
||||
|
||||
Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|
||||
|
Loading…
Reference in a new issue