RayTransform._call

RayTransform._call(x, out=None, **kwargs)[source]

Forward projection.

Parameters:
xDiscretizedSpaceElement

A volume. Must be an element of RayTransform.domain.

outRayTransform.range element, optional

Element to which the result of the operator evaluation is written.

**kwargs

Extra keyword arguments, passed on to the implementation backend.

Returns:
DiscretizedSpaceElement

Result of the transform, an element of the range.