IdentityOperator

class odl.IdentityOperator(*args, **kwargs)

Bases: ScalingOperator

Operator mapping each element to itself.

Implements:

IdentityOperator()(x) == x
__init__(space)[source]

Initialize a new instance.

Parameters

spaceLinearSpace

Space of elements which the operator is acting on.