You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is trying to cast to type Scalar to enforce a real constraint. But isn't this class instantiated with complex in the case of the complex FB algorithm, or am I being very dumb? We instantiate SCALAR to complex in ImagingForwardBackward and this passes it on to ForwardBackward which knocks on to l1_g_proximal and l1_proximal.
The text was updated successfully, but these errors were encountered:
Hi everyone, I think there might be an issue with this code (it appears in a few places but this particular example is from l1_g_proximal.h:
So this is trying to cast to type Scalar to enforce a real constraint. But isn't this class instantiated with complex in the case of the complex FB algorithm, or am I being very dumb? We instantiate SCALAR to complex in ImagingForwardBackward and this passes it on to ForwardBackward which knocks on to l1_g_proximal and l1_proximal.
The text was updated successfully, but these errors were encountered: