ImagingPrimalDual(Eigen::MatrixBase< DERIVED > const &target) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
ImagingPrimalDual(Eigen::MatrixBase< DERIVED > const &target) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
is_converged(std::function< bool(t_Vector const &x)> const &func) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
is_converged(std::function< bool(t_Vector const &x)> const &func) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
l2ball_proximal() | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
l2ball_proximal() | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
objective_convergence(Real const &tolerance) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
objective_convergence(Real const &tolerance) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(t_Vector &out) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(t_Vector &out, std::tuple< t_Vector, t_Vector > const &guess) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(t_Vector &out, std::tuple< t_Vector const &, t_Vector const & > const &guess) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(std::tuple< t_Vector, t_Vector > const &guess) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(std::tuple< t_Vector const &, t_Vector const & > const &guess) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()() const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(DiagnosticAndResult const &warmstart) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(t_Vector &out) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(t_Vector &out, std::tuple< t_Vector, t_Vector > const &guess) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(t_Vector &out, std::tuple< t_Vector const &, t_Vector const & > const &guess) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(std::tuple< t_Vector, t_Vector > const &guess) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(std::tuple< t_Vector const &, t_Vector const & > const &guess) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()() const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
operator()(DiagnosticAndResult const &warmstart) const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
Phi(ARGS &&... args) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
Phi(ARGS &&... args) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
Psi(ARGS &&... args) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
Psi(ARGS &&... args) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
Real typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
Real typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
residual_convergence(Real const &tolerance) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
residual_convergence(Real const &tolerance) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
Scalar typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
Scalar typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(l1_proximal, t_Proximal< Real >) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(l1_proximal_weighted, t_Proximal< Vector< Real >>) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(l1_proximal_weights, Vector< Real >) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(l2ball_proximal, proximal::WeightedL2Ball< Scalar >) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(residual_tolerance, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(relative_variation, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(residual_convergence, t_IsConverged) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(objective_convergence, t_IsConverged) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(itermax, t_uint) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(regulariser_strength, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(update_scale, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(positivity_constraint, bool) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(real_constraint, bool) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(sigma, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(tau, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(xi, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(rho, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(precondition_stepsize, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(precondition_weights, t_Vector) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(precondition_iters, t_uint) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(is_converged, t_IsConverged) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(Phi, t_LinearTransform) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(Psi, t_LinearTransform) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(random_measurement_updater, t_Random_Updater) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(random_wavelet_updater, t_Random_Updater) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(epsilon, l2ball, WeightedL2Ball) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(weights, l2ball, WeightedL2Ball) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(l2_proximal, t_Proximal< Real >) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(l2_proximal_weighted, t_Proximal< Vector< Real >>) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(l2_proximal_weights, Vector< Real >) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(l2ball_proximal, proximal::WeightedL2Ball< Scalar >) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(residual_tolerance, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(relative_variation, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(residual_convergence, t_IsConverged) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(objective_convergence, t_IsConverged) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(itermax, t_uint) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(gamma, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(update_scale, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(positivity_constraint, bool) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(real_constraint, bool) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(sigma, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(tau, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(xi, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(rho, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(precondition_stepsize, Real) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(precondition_weights, t_Vector) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(precondition_iters, t_uint) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(is_converged, t_IsConverged) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(Phi, t_LinearTransform) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(Psi, t_LinearTransform) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(random_measurement_updater, t_Random_Updater) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(random_wavelet_updater, t_Random_Updater) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(epsilon, l2ball, WeightedL2Ball) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
SOPT_MACRO(weights, l2ball, WeightedL2Ball) | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_Constraint typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_Constraint typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_IsConverged typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_IsConverged typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_LinearTransform typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_LinearTransform typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_Proximal typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_Proximal typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_Random_Updater typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_Random_Updater typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_Vector typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
t_Vector typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
target() const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
target(Eigen::MatrixBase< DERIVED > const &target) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
target() const | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
target(Eigen::MatrixBase< DERIVED > const &target) | sopt::algorithm::ImagingPrimalDual< SCALAR > | inline |
value_type typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
value_type typedef | sopt::algorithm::ImagingPrimalDual< SCALAR > | |
~ImagingPrimalDual() | sopt::algorithm::ImagingPrimalDual< SCALAR > | inlinevirtual |
~ImagingPrimalDual() | sopt::algorithm::ImagingPrimalDual< SCALAR > | inlinevirtual |