Home
last modified time | relevance | path

Searched refs:PCApplySymmetricLeft_Cholesky (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c202 static PetscErrorCode PCApplySymmetricLeft_Cholesky(PC pc, Vec x, Vec y) in PCApplySymmetricLeft_Cholesky() function
326 pc->ops->applysymmetricleft = PCApplySymmetricLeft_Cholesky; in PCCreate_Cholesky()