I need to solve a sparse linear system in Matalab using the QR solver of SuiteSparse. How can I choose it? I know that, depending on the matrix structure, the QR solver is used when calling the "\" operator. But I haven't find any way to directly use it. Is there any documentation?
Cheers