Template Struct ProximalSettingsTpl
Defined in File proximal.hpp
Struct Documentation
-
template<typename _Scalar>
struct ProximalSettingsTpl Structure containing all the settings parameters for the proximal algorithms.
It contains the accuracy, the maximal number of iterations and the regularization factor common to all proximal algorithms.
- Template Parameters:
_Scalar – Scalar type of the for the regularization and the accuracy parameter.
Public Functions
-
inline ProximalSettingsTpl()
Default constructor.