Hi, I'm a relatively new user, enthusiastic about learning julia. I would like to ask for some help.
I would like to do a Bunch Kaufman factorization of a matrix and obtain the factors. For instance, if the input matrix is A, I would like to obtain P,B and L which satisfy PAP'=LBL'. Is there a way to implement this in julia? bkfact() seems to return only one object. Also, what exactly is a "Bunch Kaufman object" that bkfact() returns? Thank you in advance, Min
