Gpescia/continuos operator
Created by: gpescia
I started to change the current AbstractOperator
class to a more general one suitable for discrete and continuous operators, and added DiscreteOperator
class for all the operators that have already been implemented. Tell me what you think.
Question:
I left methods in the AbstractOperator class that rely on ._lazy
which now takes DiscreteOperator as a parent. I think there should be a second ._lazy file for Continuous operators (or dispatching) or the methods relying on ._lazy are transferred to DiscreteOperator. What do you think?