Main public logs
From Master of Neuroscience Wiki
Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:44, 17 October 2025 Davrot talk contribs created page Extending an existing matrix: tile, repeat, pad (Created page with "== The goal == Questions to [mailto:davrot@uni-bremen.de David Rotermund] == [https://numpy.org/doc/stable/reference/generated/numpy.tile.html numpy.tile] == <syntaxhighlight lang="python">numpy.tile(A, reps)</syntaxhighlight><blockquote>Construct an array by repeating A the number of times given by reps. If reps has length d, the result will have dimension of max(d, A.ndim). If A.ndim < d, A is promoted to be d-dimensional by prepending new axes. So a shape (3,)...") Tag: Visual edit