As the title says, is there a way to find out which matrix decomposition is applying the function solve() for a given sparse matrix in R?
For example, in Matlab there is spparms('spumoni', 2); , which return some info about the algorithm used to solve the decomposition for the sparse matrix.