Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 669 Bytes

core_alg.rst

File metadata and controls

38 lines (29 loc) · 669 Bytes

Iterative Algorithms (sigpy.alg)

sigpy.alg

The Algorithm Class

sigpy.alg.Alg

First-order Gradient Methods

sigpy.alg.GradientMethod sigpy.alg.ConjugateGradient sigpy.alg.PrimalDualHybridGradient sigpy.alg.ADMM sigpy.alg.SDMM

Other Methods

sigpy.alg.NewtonsMethod sigpy.alg.PowerMethod sigpy.alg.AltMin sigpy.alg.AugmentedLagrangianMethod