Go to the source code of this file.
 | 
| int  | main (int, char const **) | 
|   | 
◆ main()
      
        
          | int main  | 
          ( | 
          int  | 
          ,  | 
        
        
           | 
           | 
          char const **  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 3 of file sara.cc.
    5   using t_i = std::tuple<std::string, sopt::t_uint>;
 
   14   auto coefficients = sara.direct(input);
 
   18   sara.indirect(coefficients, recover);
 
   21   if (not input.isApprox(recover)) 
throw std::exception();
 
   25   if (not coefficients.rightCols(input.cols()).isApprox(DB3_coeffs)) 
throw std::exception();
 
Sparsity Averaging Reweighted Analysis.
 
void emplace_back(std::string const &name, t_uint nlevels)
Adds a wavelet of specific type.
 
Eigen::Array< T, Eigen::Dynamic, Eigen::Dynamic > Image
A 2-dimensional list of elements of given type.
 
 
References sopt::wavelets::SARA::emplace_back().