Does anyone know a good reference to learn the Bunch-Kaufman factorization? I've been looking a while there are some references, but somehow they assume that you do know nothing on matrix algorithms.
I am looking for a reference for laymen, where ideally a few examples are given, just to get the feel of how it works.
I intend to use the method for matrix inversion on a symmetric real matrix.
I've liked this reference. It goes through the original 1977 paper with some additional explanations / details. Here's a seminar/workshop webpage with additional PDF references for elimination-type algorithms (hit-or-miss on English translations...). Chapter 13 corresponds to the first reference, and Chapter 14 corresponds to further variants on the original BK factorization.