Commit 32ea4a6
authored
Declare
Since methods such as `mul!`, `(l/r)mul!` and `(l/r)div!` are defined
for `AbstractTriangular`, having this be public allows easier
disambiguation in packages. [Several
packages](https://juliahub.com/ui/Search?q=AbstractTriangular&type=code)
are already using it as if it's public, so it makes sense to support
this.
This would resolve the specific issue in
https://discourse.julialang.org/t/methoderrors-suggest-fixes-that-may-depend-on-internal-bindings/106468LinearAlgebra.AbstractTriangular to be public (#52246)1 parent 092f60b commit 32ea4a6
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
0 commit comments