Open
Description
There is a long history of proposals to include simple modifications of ?syrk
and ?herk
to support C += alpha A (D A)^T
, where D is diagonal. This kernel turns out to be important for Interior Point Methods, which often make use of LDL factorizations (without pivoting) of modified saddle-point systems.
Does such a routine already exist in BLIS? If not, is there a good place to start for adding support? Or a preferred name/convention?