#include "petscmat.h" PetscErrorCode MatCholeskyFactorNumeric(Mat fact,Mat mat,const MatFactorInfo *info)Collective on Mat
fact | - the factor matrix obtained with MatGetFactor() | |
mat | - the initial matrix | |
info | - options for factorization | |
fact | - the symbolic factor of mat |
Developer Note: fortran interface is not autogenerated as the f90 interface defintion cannot be generated correctly [due to MatFactorInfo]