1,852
edits
(→Sparse Matrices: Strip already implemented functions from list.) |
(→Sparse Matrices: Update some items.) |
||
Line 111: | Line 111: | ||
*Improve QR factorization by replacing CXSPARSE code with SPQR code, and make the linear solve return 2-norm solutions for ill-conditioned matrices based on this new code | *Improve QR factorization by replacing CXSPARSE code with SPQR code, and make the linear solve return 2-norm solutions for ill-conditioned matrices based on this new code | ||
* | *Improve Matlab compatibility for {{manual|sprandsym}}. | ||
*Sparse logical indexing in idx_vector class so that something like | *Sparse logical indexing in idx_vector class so that something like <code>a = sprandn (1e6, 1e6, 1e-6); a(a<1) = 0;</code> won't cause a memory overflow. | ||
*Other missing Functions | *Other missing Functions |