Home
last modified time | relevance | path

Searched refs:MatCholeskyFactorNumeric (Results 1 – 25 of 33) sorted by relevance

12

/petsc/src/mat/tests/
H A Dex76.c207 PetscCall(MatCholeskyFactorNumeric(sC, A, &factinfo)); in main()
238 PetscCall(MatCholeskyFactorNumeric(sC, A, &factinfo)); in main()
267 PetscCall(MatCholeskyFactorNumeric(sC, sA, &factinfo)); in main()
H A Dex268.c79 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in main()
81 PetscCall(MatCholeskyFactorNumeric(Fd, Ad, NULL)); in main()
H A Dex168.c54 PetscCall(MatCholeskyFactorNumeric(F, A, &info)); in main()
H A Dex117.c103 PetscCall(MatCholeskyFactorNumeric(fact, mat, &info)); in main()
H A Dex134.c64 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in Assemble()
H A Dex28.c101 PetscCall(MatCholeskyFactorNumeric(F, A[k], &info)); in main()
H A Dex263.c91 PetscCall(MatCholeskyFactorNumeric(F, A, &finfo)); in main()
H A Dex128.c92 PetscCall(MatCholeskyFactorNumeric(sA, sC, &info)); in main()
H A Dex154.c71 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in main()
H A Dex74.c311 PetscCall(MatCholeskyFactorNumeric(sFactor, sB, &factinfo)); in main()
353 PetscCall(MatCholeskyFactorNumeric(sFactor, sA, NULL)); in main()
H A Dex127.c115 PetscCall(MatCholeskyFactorNumeric(F, A, &info)); in main()
H A Dex214.c108 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in main()
H A Dex267.c35 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in TestMatrix()
H A Dex125.c347 PetscCall(MatCholeskyFactorNumeric(F, A, &info)); in main()
388 PetscCall(MatCholeskyFactorNumeric(F, A, &info)); in main()
H A Dex30.c174 PetscCall(MatCholeskyFactorNumeric(A, C, &info)); in main()
H A Dex245.c155 PetscCall(MatCholeskyFactorNumeric(G, Aher, NULL)); in main()
H A Dex1.c150 PetscCall(MatCholeskyFactorNumeric(F, mat, 0)); in main()
H A Dex145.c181 PetscCall(MatCholeskyFactorNumeric(G, Aher, &finfo)); in main()
H A Dex192.c188 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in main()
/petsc/src/ksp/pc/impls/factor/icc/
H A Dicc.c50 …PetscCall(MatCholeskyFactorNumeric(((PC_Factor *)icc)->fact, pc->pmat, &((PC_Factor *)icc)->info)); in PCSetUp_ICC()
/petsc/doc/changes/
H A D230.md64 MatCholeskyFactorNumeric()
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c136 …PetscCall(MatCholeskyFactorNumeric(((PC_Factor *)dir)->fact, pc->pmat, &((PC_Factor *)dir)->info)); in PCSetUp_Cholesky()
/petsc/src/mat/impls/transpose/
H A Dtransm.c211 PetscCall(MatCholeskyFactorNumeric(FA, A, info)); in MatCholeskyFactorNumeric_Transpose()
H A Dhtransm.c392 PetscCall(MatCholeskyFactorNumeric(FA, A, info)); in MatCholeskyFactorNumeric_HT()
/petsc/doc/manual/
H A Dadvanced.md175 MatCholeskyFactorNumeric(Mat factor,Mat matrix,const MatFactorInfo);

12