dfm / pcp

A Python implementation of the Principal Component Pursuit algorithm from arXiv:0912.3599
MIT License
61 stars 19 forks source link

works on non-square input matrices as well #1

Open mhviraf opened 5 years ago

mhviraf commented 5 years ago

your original code works only on square matrices; I tried to use it on a non-square matrix and it didn't work so I made these modifications to your code.