Go to the source code of this file.
Namespaces | |
| namespace | slimpy_contrib.ana.problems.l1_minimization_problem |
Functions | |
| def | solver_callback |
| solver_callback( target, source, env, space ) -> Solver Set the default value for the solver. | |
| def | transform_callback |
| transform_callback( target, source, env, space ) -> A set the default value for the transform | |
| def | precondition_callback |
| precondition_callback(target,source,env, space) -> Identity(space) Default preconditioner defaults to the Identity | |
Variables | |
| string | __copyright__ |
| Perform 2D de-noiseing using landweber method. | |
| string | __license__ |
| string | __acknowledgments__ |
| tuple | Get = lambdaenv,item:env.get( item ) |
| dictionary | l1_min = {} |
1.5.6