This solution is outdated. To rescore this solution, sign in.
-
1 Comment
Peng Liu
on 4 Sep 2016
This problem here only focused on real sparse matrix in a 32-bit system. For real sparse matrix in a 64-bit system, we should replace 4 by 8 and 12 by 16 in the calculation. For complex sparse matrix in a 64-bit system, we should replace 4 by 8 and 12 by 24.
Suggested Problems
-
1221 Solvers
-
07 - Common functions and indexing 2
414 Solvers
-
Deleting an element in a matrix
472 Solvers
-
Flip the vector from right to left
9526 Solvers
-
133 Solvers
More from this Author30
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!