ApproxFun.jl
ApproxFun.jl copied to clipboard
Low Rank Operator does not have transpose defined
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