Dear developers, I guess there is a small difference between the documentation and pdf user-manual. On page 174 of the manual, for MatLUFactor function, the last argument is printed as a pointer to MatLUInfo, MatLUInfo*, however on line documentation documents that function as(small typo I guess)
PetscErrorCode MatLUFactor(Mat mat,IS row,IS col,const MatFactorInfo *info) Best regards, Umut
