Feeds
已回答
Sparse norm(S,2) is not available.
The function norm doesn't support sparse matrix input. You can try full(sqrt(sum(abs(A(:)).^2))) for instead.
Sparse norm(S,2) is not available.
The function norm doesn't support sparse matrix input. You can try full(sqrt(sum(abs(A(:)).^2))) for instead.
5 years 前 | 0

