in LOOCV algorithm for optimizing shape parameter in meshless RBF method, we have this equation:
e=(c_k)/(A_kk)^-1
the A matrix is a big parametric matrix (500*500) and it is very difficult to calculate the inverse of it.
how can i calculate the inverse of this matrix?