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.
BandedLinearOperator
Sequence
1 parent 1f3455f commit b889fceCopy full SHA for b889fce
src/sequence_spaces/special_operators/special_operator.jl
@@ -79,6 +79,7 @@ end
79
const BLinearOperator = BandedLinearOperator
80
81
Base.:*(S::BandedLinearOperator, a::Sequence) = (S * Projection(space(a))) * a
82
+(A::BandedLinearOperator)(b::Sequence) = *(A, b)
83
84
image(A::BandedLinearOperator, s::VectorSpace) =
85
image(A.finite_part, s) ∪ _image(A.banded_part, s)
0 commit comments