Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
ComplexEmbedding.
inverse
Return the (left) inverse.
If the domain is a real space, this is not a true inverse, only a (left) inverse.
Examples
>>> r3 = odl.rn(3) >>> op = ComplexEmbedding(r3, scalar=1) >>> op.inverse(op([1, 2, 4])) rn(3).element([ 1., 2., 4.])