| /petsc/src/mat/tests/ |
| H A D | ex76.c | 207 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 D | ex268.c | 79 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in main() 81 PetscCall(MatCholeskyFactorNumeric(Fd, Ad, NULL)); in main()
|
| H A D | ex168.c | 54 PetscCall(MatCholeskyFactorNumeric(F, A, &info)); in main()
|
| H A D | ex117.c | 103 PetscCall(MatCholeskyFactorNumeric(fact, mat, &info)); in main()
|
| H A D | ex134.c | 64 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in Assemble()
|
| H A D | ex28.c | 101 PetscCall(MatCholeskyFactorNumeric(F, A[k], &info)); in main()
|
| H A D | ex263.c | 91 PetscCall(MatCholeskyFactorNumeric(F, A, &finfo)); in main()
|
| H A D | ex128.c | 92 PetscCall(MatCholeskyFactorNumeric(sA, sC, &info)); in main()
|
| H A D | ex154.c | 71 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in main()
|
| H A D | ex74.c | 311 PetscCall(MatCholeskyFactorNumeric(sFactor, sB, &factinfo)); in main() 353 PetscCall(MatCholeskyFactorNumeric(sFactor, sA, NULL)); in main()
|
| H A D | ex127.c | 115 PetscCall(MatCholeskyFactorNumeric(F, A, &info)); in main()
|
| H A D | ex214.c | 108 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in main()
|
| H A D | ex267.c | 35 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in TestMatrix()
|
| H A D | ex125.c | 347 PetscCall(MatCholeskyFactorNumeric(F, A, &info)); in main() 388 PetscCall(MatCholeskyFactorNumeric(F, A, &info)); in main()
|
| H A D | ex30.c | 174 PetscCall(MatCholeskyFactorNumeric(A, C, &info)); in main()
|
| H A D | ex245.c | 155 PetscCall(MatCholeskyFactorNumeric(G, Aher, NULL)); in main()
|
| H A D | ex1.c | 150 PetscCall(MatCholeskyFactorNumeric(F, mat, 0)); in main()
|
| H A D | ex145.c | 181 PetscCall(MatCholeskyFactorNumeric(G, Aher, &finfo)); in main()
|
| H A D | ex192.c | 188 PetscCall(MatCholeskyFactorNumeric(F, A, NULL)); in main()
|
| /petsc/src/ksp/pc/impls/factor/icc/ |
| H A D | icc.c | 50 …PetscCall(MatCholeskyFactorNumeric(((PC_Factor *)icc)->fact, pc->pmat, &((PC_Factor *)icc)->info)); in PCSetUp_ICC()
|
| /petsc/doc/changes/ |
| H A D | 230.md | 64 MatCholeskyFactorNumeric()
|
| /petsc/src/ksp/pc/impls/factor/cholesky/ |
| H A D | cholesky.c | 136 …PetscCall(MatCholeskyFactorNumeric(((PC_Factor *)dir)->fact, pc->pmat, &((PC_Factor *)dir)->info)); in PCSetUp_Cholesky()
|
| /petsc/src/mat/impls/transpose/ |
| H A D | transm.c | 211 PetscCall(MatCholeskyFactorNumeric(FA, A, info)); in MatCholeskyFactorNumeric_Transpose()
|
| H A D | htransm.c | 392 PetscCall(MatCholeskyFactorNumeric(FA, A, info)); in MatCholeskyFactorNumeric_HT()
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 175 MatCholeskyFactorNumeric(Mat factor,Mat matrix,const MatFactorInfo);
|