Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex215.c129 PetscCall(MatCholeskyFactor(F, NULL, NULL)); in main()
H A Dex267.c40 else PetscCall(MatCholeskyFactor(F, perm, NULL)); in TestMatrix()
H A Dex245.c141 PetscCall(MatCholeskyFactor(G, 0, 0)); in main()
H A Dex1.c131 PetscCall(MatCholeskyFactor(F, perm, 0)); in main()
H A Dex145.c167 PetscCall(MatCholeskyFactor(G, 0, 0)); in main()
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c51 PetscCall(MatCholeskyFactor(pc->pmat, dir->row, &((PC_Factor *)dir)->info)); in PCSetUp_Cholesky()
/petsc/src/ksp/ksp/utils/lmvm/bfgs/
H A Dbfgs.c161 PetscCall(MatCholeskyFactor(M00_local, NULL, NULL)); in BFGSCompactDenseProductsUpdate()
/petsc/src/ksp/ksp/utils/lmvm/sr1/
H A Dsr1.c191 ierr = MatCholeskyFactor(local, NULL, NULL); in SR1CompactProductsUpdate()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c1527 PetscCall(MatCholeskyFactor(M, NULL, NULL)); in PCBDDCSubSchursSetUp()
1631 PetscCall(MatCholeskyFactor(M, NULL, NULL)); in PCBDDCSubSchursSetUp()
1659 PetscCall(MatCholeskyFactor(M, NULL, NULL)); in PCBDDCSubSchursSetUp()
1693 PetscCall(MatCholeskyFactor(M, NULL, NULL)); in PCBDDCSubSchursSetUp()
H A Dbddcscalingbasic.c508 PetscCall(MatCholeskyFactor(deluxe_ctx->seq_mat_inv_sum[i], NULL, NULL)); in PCBDDCScalingSetUp_Deluxe_Private()
H A Dbddcprivate.c4650 PetscCall(MatCholeskyFactor(S_CC, NULL, NULL)); in PCBDDCSetUpCorrection()
/petsc/src/mat/impls/transpose/
H A Dtransm.c165 PetscCall(MatCholeskyFactor(A, perm, minfo)); in MatCholeskyFactor_Transpose()
H A Dhtransm.c352 PetscCall(MatCholeskyFactor(A, perm, minfo)); in MatCholeskyFactor_HT()
/petsc/doc/manual/
H A Dadvanced.md145 MatCholeskyFactor(Mat matrix,IS permutation,const MatFactorInfo *info);
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c747 PetscCall(MatCholeskyFactor(J_local, NULL, NULL)); in MatLMVMDBFGSUpdateMultData()
1173 PetscCall(MatCholeskyFactor(J_local, NULL, NULL)); in MatLMVMDDFPUpdateSolveData()
/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock4.h238 PetscCall(MatCholeskyFactor(AtA, NULL, NULL)); in CreateHessian()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi461 PetscErrorCode MatCholeskyFactor(PetscMat, PetscIS, PetscMatFactorInfo*)
H A DMat.pyx4834 factorLU, petsc.MatCholeskyFactor
4839 CHKERR(MatCholeskyFactor(self.mat, isperm.iset, &info))
/petsc/include/
H A Dpetscmat.h1551 PETSC_EXTERN PetscErrorCode MatCholeskyFactor(Mat, IS, const MatFactorInfo *);
/petsc/doc/faq/
H A Dindex.md983 matrix you wish to invert with `MatLUFactor()` or `MatCholeskyFactor()`, call the
1028 `MatCholeskyFactor()`, or use `MatGetFactor()` followed by
/petsc/src/mat/interface/
H A Dmatrix.c3340 PetscErrorCode MatCholeskyFactor(Mat mat, IS perm, const MatFactorInfo *info) in MatCholeskyFactor() function
10078 PetscCall(MatCholeskyFactor(F->schur, NULL, &info)); in MatFactorFactorizeSchurComplement()