| /petsc/src/mat/tests/ |
| H A D | ex215.c | 129 PetscCall(MatCholeskyFactor(F, NULL, NULL)); in main()
|
| H A D | ex267.c | 40 else PetscCall(MatCholeskyFactor(F, perm, NULL)); in TestMatrix()
|
| H A D | ex245.c | 141 PetscCall(MatCholeskyFactor(G, 0, 0)); in main()
|
| H A D | ex1.c | 131 PetscCall(MatCholeskyFactor(F, perm, 0)); in main()
|
| H A D | ex145.c | 167 PetscCall(MatCholeskyFactor(G, 0, 0)); in main()
|
| /petsc/src/ksp/pc/impls/factor/cholesky/ |
| H A D | cholesky.c | 51 PetscCall(MatCholeskyFactor(pc->pmat, dir->row, &((PC_Factor *)dir)->info)); in PCSetUp_Cholesky()
|
| /petsc/src/ksp/ksp/utils/lmvm/bfgs/ |
| H A D | bfgs.c | 161 PetscCall(MatCholeskyFactor(M00_local, NULL, NULL)); in BFGSCompactDenseProductsUpdate()
|
| /petsc/src/ksp/ksp/utils/lmvm/sr1/ |
| H A D | sr1.c | 191 ierr = MatCholeskyFactor(local, NULL, NULL); in SR1CompactProductsUpdate()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 1527 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 D | bddcscalingbasic.c | 508 PetscCall(MatCholeskyFactor(deluxe_ctx->seq_mat_inv_sum[i], NULL, NULL)); in PCBDDCScalingSetUp_Deluxe_Private()
|
| H A D | bddcprivate.c | 4650 PetscCall(MatCholeskyFactor(S_CC, NULL, NULL)); in PCBDDCSetUpCorrection()
|
| /petsc/src/mat/impls/transpose/ |
| H A D | transm.c | 165 PetscCall(MatCholeskyFactor(A, perm, minfo)); in MatCholeskyFactor_Transpose()
|
| H A D | htransm.c | 352 PetscCall(MatCholeskyFactor(A, perm, minfo)); in MatCholeskyFactor_HT()
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 145 MatCholeskyFactor(Mat matrix,IS permutation,const MatFactorInfo *info);
|
| /petsc/src/ksp/ksp/utils/lmvm/dense/ |
| H A D | denseqn.c | 747 PetscCall(MatCholeskyFactor(J_local, NULL, NULL)); in MatLMVMDBFGSUpdateMultData() 1173 PetscCall(MatCholeskyFactor(J_local, NULL, NULL)); in MatLMVMDDFPUpdateSolveData()
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | rosenbrock4.h | 238 PetscCall(MatCholeskyFactor(AtA, NULL, NULL)); in CreateHessian()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 461 PetscErrorCode MatCholeskyFactor(PetscMat, PetscIS, PetscMatFactorInfo*)
|
| H A D | Mat.pyx | 4834 factorLU, petsc.MatCholeskyFactor 4839 CHKERR(MatCholeskyFactor(self.mat, isperm.iset, &info))
|
| /petsc/include/ |
| H A D | petscmat.h | 1551 PETSC_EXTERN PetscErrorCode MatCholeskyFactor(Mat, IS, const MatFactorInfo *);
|
| /petsc/doc/faq/ |
| H A D | index.md | 983 matrix you wish to invert with `MatLUFactor()` or `MatCholeskyFactor()`, call the 1028 `MatCholeskyFactor()`, or use `MatGetFactor()` followed by
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 3340 PetscErrorCode MatCholeskyFactor(Mat mat, IS perm, const MatFactorInfo *info) in MatCholeskyFactor() function 10078 PetscCall(MatCholeskyFactor(F->schur, NULL, &info)); in MatFactorFactorizeSchurComplement()
|