Sparse Randomized Kaczmarz for Multiple Measurement Vectors.

Implementation of sparse randomized Kaczmarz algorithm to handle multiple measurements.
580 Downloads
Updated 13 Dec 2013

View License

This is our implementation of sparse randomized Kaczmarz algorithm [1] to handle multiple measurements.
This will solve the system of equations
Y=AX where Y,A, and X are all matrices.

our extension is not an optimization algorithm but simple heuristic that works well for both overdetermined and underdetermined system of equations.
If you set number of multiple measurements(L) to be one then it is just the following paper.

Reference:
[1]H. Mansour and O. Yilmaz, “A Fast Randomized Kaczmarz Algorithm
for Sparse Solutions of Consistent Linear Systems,” 2013, university of
British Columbia, Vancouver - BC, Canada, arXiv:1305.3803v1.

Cite As

Hemant Kumar Aggarwal (2024). Sparse Randomized Kaczmarz for Multiple Measurement Vectors. (https://www.mathworks.com/matlabcentral/fileexchange/44710-sparse-randomized-kaczmarz-for-multiple-measurement-vectors), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Sparse Matrices in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0