![]() |
SOPT
Sparse OPTimisation
|
#include <catch2/catch_all.hpp>#include <random>#include <Eigen/Dense>#include "sopt/padmm.h"#include "sopt/proximal.h"#include "sopt/types.h"
Include dependency graph for padmm_warm_start.cc:Go to the source code of this file.
Typedefs | |
| using | Scalar = sopt::t_real |
| using | t_Vector = sopt::Vector< Scalar > |
| using | t_Matrix = sopt::Matrix< Scalar > |
Functions | |
| SCENARIO ("ProximalADMM with warm start", "[padmm][integration]") | |
Variables | |
| constexpr auto | N = 30 |
| using Scalar = sopt::t_real |
Definition at line 10 of file padmm_warm_start.cc.
| using t_Matrix = sopt::Matrix<Scalar> |
Definition at line 12 of file padmm_warm_start.cc.
| using t_Vector = sopt::Vector<Scalar> |
Definition at line 11 of file padmm_warm_start.cc.
| SCENARIO | ( | "ProximalADMM with warm start" | , |
| "" | [padmm][integration] | ||
| ) |
Definition at line 15 of file padmm_warm_start.cc.
References sopt::algorithm::ProximalADMM< SCALAR >::is_converged(), N, sopt::algorithm::ProximalADMM< SCALAR >::Phi(), SOPT_TRACE, and sopt::proximal::translate().
|
constexpr |
Definition at line 14 of file padmm_warm_start.cc.
Referenced by SCENARIO().