How to compute the Inverse Matrix of a SparseMatrix efficiently?

I want to compute the inverse matrix of a big SparseMatrix(more than 10000*10000), what's the best way to do it with Eigen?