numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
tgv2_admm.h File Reference

Definition of tgv2_admm class. More...

Include dependency graph for tgv2_admm.h:

Go to the source code of this file.

Classes

class  num_collect::regularization::tgv2_admm< Coeff, DerivativeMatrix, Data >
 Class to solve linear equations with 2nd order total generalized variation (TGV) regularization [3] using the alternating direction method of multipliers (ADMM) [2]. More...

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
namespace  num_collect::regularization
 Namespace of regularization algorithms.

Variables

constexpr auto num_collect::regularization::tgv2_admm_tag
 Tag of tgv2_admm.

Detailed Description

Definition of tgv2_admm class.

Definition in file tgv2_admm.h.