:orphan: # MatFactorFactorizeSchurComplement Factorize the Schur complement matrix computed during the factorization step ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatFactorFactorizeSchurComplement(Mat F) ``` Logically Collective ## Input Parameter - ***F -*** the factored matrix obtained by calling `MatGetFactor()` ## Note Must be called after `MatFactorSetSchurIS()` ## See Also [](ch_matrices), `Mat`, `MatGetFactor()`, `MatFactorSetSchurIS()`, `MatFactorInvertSchurComplement()` ## Level advanced ## Location src/mat/interface/matrix.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/interface/matrix.c) [Index of all Mat routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)