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
More documentation organization + fix offset1 mess. (#190)
* Separate API traits in docs
* Fix offset1 and simplify OffsetArrays code
* Resolve deprecation of qr(A, Val(true))
* Remove dead code
* version bump
* test qr differently on v1.7
Copy file name to clipboardExpand all lines: docs/src/index.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,12 +93,3 @@ f(x, dim::StaticInt) = ...
93
93
If `x`'s first dimension is named `:dim_1` then calling `f(x, :dim_1)` would result in `f(x, 1)`.
94
94
If users knew they always wanted to call `f(x, 2)` then they could define `h(x) = f(x, static(2))`, ensuring `f` passes along that information while compiling.
0 commit comments