Are the algorithms used in mldivide direct solvers?
Show older comments
In numerics, it is often distinguished whether a solver is direct or iterative. We are most of the time using "mldivide" (backslash) in Matlab. Are the algorithms used by "mldivide" for any input direct solvers (not matter if (not) sparse, (not) symmetric, (not) banded etc.)?
Thank you for your help!
Accepted Answer
More Answers (1)
Torsten
on 2 Jan 2023
0 votes
Are the algorithms used by "mldivide" for any input direct solvers (not matter if (not) sparse, (not) symmetric, (not) banded etc.)?
Yes.
For the algorithms used in the different cases, see
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!