Dealing with the main diagonal / triangles of a matrix: 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:5716:57, 17 October 2025 Davrot talk contribs 3,609 bytes −10 No edit summary Tag: Visual edit
  • curprev 13:5613:56, 17 October 2025 Davrot talk contribs 3,619 bytes +3,619 Created page with "== Top == Questions to [mailto:davrot@uni-bremen.de David Rotermund] '''This is an optional topic!''' == [https://numpy.org/doc/stable/reference/generated/numpy.fill_diagonal.html numpy.fill_diagonal] == <syntaxhighlight lang="python">numpy.fill_diagonal(a, val, wrap=False)</syntaxhighlight><blockquote>Fill the main diagonal of the given array of any dimensionality. For an array a with a.ndim >= 2, the diagonal is the list of locations with indices a[i, …, i] a..." Tag: Visual edit