ConstantOperator ========================================= .. currentmodule:: odl.operator.default_ops .. autoclass:: ConstantOperator :show-inheritance: .. automethod:: __init__ .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: ConstantOperator.__call__ ConstantOperator.__eq__ ConstantOperator._call ConstantOperator.derivative ConstantOperator.norm .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: ConstantOperator.adjoint ConstantOperator.constant ConstantOperator.domain ConstantOperator.inverse ConstantOperator.is_functional ConstantOperator.is_linear ConstantOperator.range