extern void dcholesky_down_0( /* Given Cholesky decomposion of matrix compute decomposition of matrix with one row and column removed call dcholesky_down_0(uplo, n, a, lda, idel, info) uplo,n,a,lda are the same as for dpotrf idel is the column/row to be deleted 0<=idel