ApproxFun.jl icon indicating copy to clipboard operation
ApproxFun.jl copied to clipboard

Low Rank Operator does not have transpose defined

Open Veenty opened this issue 2 weeks ago • 0 comments

I cannot do composition of low rank operators because of this

foo = Fun(x->1, Chebyshev())*Evaluation(Chebyshev(),0.0)
foo*foo

This throughs error ERROR: type LowRankOperator has no field transpose

Veenty avatar Dec 10 '25 18:12 Veenty