You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any other dimension gives a diagonal with NaNs. The solution right now uses the same method for diag (described below) but then uses that axis for the first and second axes of the returned matrix.
Matrix multiplication
diag: the current solution is equivalent to promoting both axes (promote(axes(m)...)) and returning the shortest one (kind of like the rank axis).
Document axis interface
Document customization with axes
Examples with AbstractAxisIndices
Most of these are very straightforward. I feel like the current solution for the deriving the axis that corresponds to the diagonal is pretty good but I'm not as set on it as the others.
The text was updated successfully, but these errors were encountered:
promote(axes(m)...)
) and returning the shortest one (kind of like the rank axis).AbstractAxisIndices
Most of these are very straightforward. I feel like the current solution for the deriving the axis that corresponds to the diagonal is pretty good but I'm not as set on it as the others.
The text was updated successfully, but these errors were encountered: