Implementing Cholesky factorization should open the doors for benchmarking with currently latest work such as LORAPO which use Cholesky of an SPD matrix for reporting performing of a BLR factorization. Besides, this routine also takes about half the operations of LU when working with the right data.
Implementing Cholesky factorization should open the doors for benchmarking with currently latest work such as LORAPO which use Cholesky of an SPD matrix for reporting performing of a BLR factorization. Besides, this routine also takes about half the operations of LU when working with the right data.