numerical-linear-algebra icon indicating copy to clipboard operation
numerical-linear-algebra copied to clipboard

error with examples in primary component pursuit (PCP function)[NB 3]

Open dolremi opened this issue 6 years ago • 0 comments

The issue has been found in PCP function: examples.extend([S[140, :], L[140,:]]) it has to changed to: examples.extend([S[:,140], L[:,140]])

dolremi avatar Jan 26 '19 07:01 dolremi