IdentityOperator
- class odl.IdentityOperator(*args, **kwargs)
Bases:
ScalingOperatorOperator mapping each element to itself.
Implements:
IdentityOperator()(x) == x
- __init__(space)[source]
Initialize a new instance.
Parameters
- space
LinearSpace Space of elements which the operator is acting on.
- space