NormOperator ===================================== .. currentmodule:: odl.operator.default_ops .. autoclass:: NormOperator :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: NormOperator.__call__ NormOperator.__eq__ NormOperator._call NormOperator.derivative NormOperator.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: NormOperator.adjoint NormOperator.domain NormOperator.inverse NormOperator.is_functional NormOperator.is_linear NormOperator.range