I am trying to solve a linear system (Ax=b) of equations at each iteration of a nonlinear solver. I need information about incomplete LU of A, only for the smallest pivot in U, if L has unit diagonal entries. My program is written in Matlab.
I can do full LU and find corresponding L and U vectors for the smallest pivot, but it is costly as the matrix dimension is very large.