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 a22e705 commit 62883c6Copy full SHA for 62883c6
src/fillmap.jl
@@ -1,4 +1,4 @@
1
-struct FillMap{T} <: LinearMaps.LinearMap{T}
+struct FillMap{T} <: LinearMap{T}
2
λ::T
3
size::Dims{2}
4
function FillMap(λ::T, dims) where {T}
0 commit comments