These are 10 of the most common for loop algorithms used when working with two-dimensional arrays, also known as matrices. Each algorithm uses nested for loops to visit every value in a grid of data.
This repository supplements the paper "Fast Single-Snapshot Harmonic Recovery with 2D Sparse Arrays using BCCB Matrices". We implement computationally efficient versions of the ISTA, FISTA, and ADMM ...