Open ioannisPApapadopoulos opened 3 years ago
More of a question than an issue. The following works just fine:
Weighted(ChebyshevT())\Weighted(ChebyshevU())
but
Weighted(ChebyshevU())\Weighted(ChebyshevT())
throws anERROR: OutOfMemoryError() message. Is this expected behaviour? Or do we want something similar to T\U?
ERROR: OutOfMemoryError()
T\U
Yes it should be like T \ U and return a lazy inverse
T \ U
More of a question than an issue. The following works just fine:
Weighted(ChebyshevT())\Weighted(ChebyshevU())
but
Weighted(ChebyshevU())\Weighted(ChebyshevT())
throws an
ERROR: OutOfMemoryError()
message. Is this expected behaviour? Or do we want something similar toT\U
?