![]() |
SOPT
Sparse OPTimisation
|
#include "sopt/credible_region.h"#include <iostream>#include "catch2/catch_all.hpp"#include "sopt/objective_functions.h"#include "sopt/types.h"
Include dependency graph for credible_region.cc:Go to the source code of this file.
Typedefs | |
| using | Scalar = t_complex |
| using | t_Vector = Vector< Scalar > |
| using | t_Image = Image< Scalar > |
Functions | |
| TEST_CASE ("calculating gamma") | |
| TEST_CASE ("caculating upper and lower interval") | |
| TEST_CASE ("calculating upper and lower interval grid") | |
| TEST_CASE ("calculating upper and lower interval grid non const") | |
Variables | |
| t_uint | rows = 128 |
| t_uint | cols = 128 |
| t_uint | N = rows * cols |
Definition at line 8 of file credible_region.cc.
Definition at line 10 of file credible_region.cc.
Definition at line 9 of file credible_region.cc.
| TEST_CASE | ( | "caculating upper and lower interval" | ) |
Definition at line 29 of file credible_region.cc.
References cols, sopt::credible_region::find_credible_interval(), N, and rows.
| TEST_CASE | ( | "calculating gamma" | ) |
Definition at line 16 of file credible_region.cc.
References sopt::credible_region::compute_energy_upper_bound(), N, and sopt::logging::set_level().
| TEST_CASE | ( | "calculating upper and lower interval grid non const" | ) |
Definition at line 84 of file credible_region.cc.
| TEST_CASE | ( | "calculating upper and lower interval grid" | ) |
Definition at line 61 of file credible_region.cc.
| t_uint cols = 128 |
Definition at line 13 of file credible_region.cc.
Referenced by concatenated_permutations(), sopt::credible_region::credible_interval(), sopt::credible_region::credible_interval_grid(), sopt::gradient_operator::diff2d(), sopt::gradient_operator::diff2d_adjoint(), sopt::credible_region::find_credible_interval(), sopt::utilities::get_wavelet_high_high_pass(), sopt::utilities::get_wavelet_high_low_pass(), sopt::utilities::get_wavelet_levels(), sopt::utilities::get_wavelet_low_high_pass(), sopt::utilities::get_wavelet_low_low_pass(), sopt::gradient_operator::gradient_operator(), sopt::linear_transform(), and TEST_CASE().
Definition at line 14 of file credible_region.cc.
Referenced by TEST_CASE().
| t_uint rows = 128 |
Definition at line 12 of file credible_region.cc.
Referenced by sopt::credible_region::credible_interval(), sopt::credible_region::credible_interval_grid(), sopt::gradient_operator::diff2d(), sopt::gradient_operator::diff2d_adjoint(), sopt::credible_region::find_credible_interval(), sopt::utilities::get_wavelet_high_high_pass(), sopt::utilities::get_wavelet_high_low_pass(), sopt::utilities::get_wavelet_levels(), sopt::utilities::get_wavelet_low_high_pass(), sopt::utilities::get_wavelet_low_low_pass(), sopt::gradient_operator::gradient_operator(), sopt::linear_transform(), and TEST_CASE().