| /petsc/src/mat/tests/output/ |
| H A D | ex125_nsize-2_saddle_point_superlu_dist.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125_mumps_par.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125_superlu.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125_mkl_pardiso.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125_nsize-2_saddle_point_mumps_lu.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125_superlu_dist_complex_2.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125_mumps_par_cholesky.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125_nsize-2_saddle_point_mumps_cholesky.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125_nsize-1_saddle_point_superlu_dist.out | 10 0-the MatSolveTranspose 11 1-the MatSolveTranspose 19 0-the MatSolveTranspose 20 1-the MatSolveTranspose
|
| H A D | ex125_superlu_dist.out | 11 0-the MatSolveTranspose 12 1-the MatSolveTranspose 21 0-the MatSolveTranspose 22 1-the MatSolveTranspose
|
| H A D | ex125_nsize-1_saddle_point_mumps_cholesky.out | 12 0-the MatSolveTranspose 13 1-the MatSolveTranspose 23 0-the MatSolveTranspose 24 1-the MatSolveTranspose
|
| H A D | ex125_mumps_seq.out | 12 0-the MatSolveTranspose 13 1-the MatSolveTranspose 23 0-the MatSolveTranspose 24 1-the MatSolveTranspose
|
| H A D | ex125_nsize-1_saddle_point_mumps_lu.out | 12 0-the MatSolveTranspose 13 1-the MatSolveTranspose 23 0-the MatSolveTranspose 24 1-the MatSolveTranspose
|
| /petsc/src/ksp/pc/impls/mat/ |
| H A D | pcmat.c | 34 PetscCall(MatSolveTranspose(pc->pmat, x, y)); in PCApply_Mat() 105 PetscCall(MatSolveTranspose(pc->pmat, x, y)); in PCApplyTranspose_Mat()
|
| /petsc/src/mat/tests/ |
| H A D | ex268.c | 109 PetscCall(MatSolveTranspose(F, b, x)); in main() 110 PetscCall(MatSolveTranspose(Fd, b, xd)); in main()
|
| H A D | ex17.c | 69 PetscCall(MatSolveTranspose(A, b, x)); in main()
|
| H A D | ex48.c | 219 PetscCall(MatSolveTranspose(B, xx, s2)); in main() 220 PetscCall(MatSolveTranspose(A, xx, s1)); in main()
|
| H A D | ex215.c | 142 PetscCall(MatSolveTranspose(F, b, x)); in main()
|
| H A D | ex267.c | 52 PetscCall(MatSolveTranspose(F, b, x)); in TestMatrix()
|
| /petsc/src/ksp/pc/impls/mat/tests/output/ |
| H A D | ex1_0.out | 39 PCApply() == MatSolveTranspose()
|
| /petsc/src/ksp/pc/impls/factor/lu/ |
| H A D | lu.c | 202 PetscCall(MatSolveTranspose(pc->pmat, x, y)); in PCApplyTranspose_LU() 204 PetscCall(MatSolveTranspose(((PC_Factor *)dir)->fact, x, y)); in PCApplyTranspose_LU()
|
| /petsc/src/ksp/pc/impls/factor/cholesky/ |
| H A D | cholesky.c | 234 PetscCall(MatSolveTranspose(pc->pmat, x, y)); in PCApplyTranspose_Cholesky() 236 PetscCall(MatSolveTranspose(((PC_Factor *)dir)->fact, x, y)); in PCApplyTranspose_Cholesky()
|
| /petsc/src/ksp/pc/impls/factor/qr/ |
| H A D | qr.c | 124 PetscCall(MatSolveTranspose(fact, x, y)); in PCApplyTranspose_QR()
|
| /petsc/doc/changes/ |
| H A D | 231.md | 28 - Added MatSolveTranspose() for superlu
|