I know there are several methods to inverse or decompose matrices.
I am looking for a comparison of the computational cost of inverting an arbitrary real, symmetric matrix vs a real, asymmetric one.
I am familiar with the choices for optimizing the decomposition of asymmetric matrices. Is there a faster one when you are certain you are handling symmetric ones?