![]() |
SOPT
Sparse OPTimisation
|
#include <catch2/catch_all.hpp>
#include <random>
#include <Eigen/Dense>
#include "sopt/proximal.h"
#include "sopt/sdmm.h"
#include "sopt/types.h"
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 ("SDMM with warm start", "[sdmm][integration]") | |
Variables | |
constexpr auto | N = 30 |
using Scalar = sopt::t_real |
Definition at line 10 of file sdmm_warm_start.cc.
using t_Matrix = sopt::Matrix<Scalar> |
Definition at line 12 of file sdmm_warm_start.cc.
using t_Vector = sopt::Vector<Scalar> |
Definition at line 11 of file sdmm_warm_start.cc.
SCENARIO | ( | "SDMM with warm start" | , |
"" | [sdmm][integration] | ||
) |
Definition at line 15 of file sdmm_warm_start.cc.
References sopt::algorithm::SDMM< SCALAR >::is_converged(), N, and sopt::proximal::translate().
|
constexpr |
Definition at line 14 of file sdmm_warm_start.cc.
Referenced by SCENARIO().