Skip to content
Snippets Groups Projects
Commit 9a94ad34 authored by Lisa Schätzle's avatar Lisa Schätzle
Browse files

Update FISTA_secondOrder.m

parent 1c0328ad
No related branches found
No related tags found
No related merge requests found
function [F, nr_of_iterations, Res] = FISTA_secondOrder(G, sampling, kappa, P_OmegaC, z, kmax)
% FISTA_SECONDORDER: Solves the l1xl1 minimization problem for the splitting and/ or completion problem in Born
% approximation of order 2 numerically by using the FISTA algorithm.
%% FISTA_SECONDORDER: Solves the l1xl1 minimization problem for the splitting and/ or completion problem
% in Born approximation of order 2 numerically by using the FISTA algorithm.
%
% INPUT: G Observed far field matrix, nxhat*nd-array.
% sampling Structure containing information about the discretization.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment