lanl/scico

Construct a linop that implements a stacked version of another linop

bwohlberg opened this issue · 0 comments

It would be useful to have a general linop that can implement a stacked version of another linop using jax.vmap. An example application would be in constructing a 3D Abel transform from slices of a 2D transform, as in #242.