I have a question regarding linear equation solvers. For a specific 9-diagonal matrix, every method I tried in C++ (Gaus, GCC, BICGTAB) didn't work (even though they worked for other matrices). But in Mathematica, LinearSolve gave a solution for this matrix.
What type of solver does Mathematica use in LinearSolve?