Skip to content

Commit b316b73

Browse files
authored
transpose of Clenshaw is not actually Clenshaw (yet) (#24)
1 parent 231c882 commit b316b73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClassicalOrthogonalPolynomials"
22
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.3.2"
4+
version = "0.3.3"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

src/clenshaw.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ end
289289

290290
getindex(M::Clenshaw, k::Int, j::Int) = M[k:k,j][1]
291291

292-
transposelayout(M::ClenshawLayout) = ClenshawLayout()
292+
transposelayout(M::ClenshawLayout) = LazyBandedMatrices.LazyBandedLayout()
293293
# TODO: generalise for layout, use Base.PermutedDimsArray
294294
Base.permutedims(M::Clenshaw{<:Number}) = transpose(M)
295295

0 commit comments

Comments
 (0)