numerical-linear-algebra
numerical-linear-algebra copied to clipboard
error with examples in primary component pursuit (PCP function)[NB 3]
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]])