Extending an existing matrix: tile, repeat, pad: Revision history

From Master of Neuroscience Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2025

  • curprev 16:4016:40, 17 October 2025 Davrot talk contribs 6,382 bytes −16 No edit summary Tag: Visual edit
  • curprev 12:4412:44, 17 October 2025 Davrot talk contribs 6,398 bytes +6,398 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