We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb032f commit 9d02e92Copy full SHA for 9d02e92
Project.toml
@@ -1,6 +1,6 @@
1
name = "ContinuumArrays"
2
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3
-version = "0.11"
+version = "0.11.1"
4
5
[deps]
6
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
src/bases/splines.jl
@@ -65,7 +65,7 @@ end
65
end
66
67
function copyto!(dest::SymTridiagonal,
68
- AB::QMul2{<:QuasiAdjoint{<:Any,<:LinearSpline},<:LinearSpline}) where T
+ AB::QMul2{<:QuasiAdjoint{<:Any,<:LinearSpline},<:LinearSpline})
69
Ac,B = AB.A,AB.B
70
A = parent(Ac)
71
A.points == B.points || throw(ArgumentError())
0 commit comments