That is, when I do A\b for a very large, symmetric and sparse A, what algorithm does matlab use?
That is, when I do A\b for a very large, symmetric and sparse A,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer depends on the some properties of A (diagonal/square/banded? etc.). CHOLMOD, UMFPACK and qr factorization are some of the options.
The documentation explains it.
Here are links to online snapshots of the docs. This may be outdated.
– http://amath.colorado.edu/computing/Matlab/OldTechDocs/ref/arithmeticoperators.html
– http://www.maths.lth.se/na/courses/NUM115/NUM115-11/backslash.html