| /petsc/src/mat/tests/output/ |
| H A D | ex125_nsize-2_saddle_point_mumps_lu.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125_nsize-2_saddle_point_mumps_cholesky.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125_superlu_dist_complex_2.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125_superlu.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125_nsize-2_saddle_point_superlu_dist.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125_nsize-1_saddle_point_superlu_dist.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125_mumps_par_cholesky.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125_mkl_pardiso.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125_mumps_par.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125.out | 6 0-the MatMatSolveTranspose 7 1-the MatMatSolveTranspose 15 0-the MatMatSolveTranspose 16 1-the MatMatSolveTranspose
|
| H A D | ex125_superlu_dist.out | 7 0-the MatMatSolveTranspose 8 1-the MatMatSolveTranspose 17 0-the MatMatSolveTranspose 18 1-the MatMatSolveTranspose
|
| H A D | ex125_nsize-1_saddle_point_mumps_lu.out | 8 0-the MatMatSolveTranspose 9 1-the MatMatSolveTranspose 19 0-the MatMatSolveTranspose 20 1-the MatMatSolveTranspose
|
| H A D | ex125_nsize-1_saddle_point_mumps_cholesky.out | 8 0-the MatMatSolveTranspose 9 1-the MatMatSolveTranspose 19 0-the MatMatSolveTranspose 20 1-the MatMatSolveTranspose
|
| H A D | ex125_mumps_seq.out | 8 0-the MatMatSolveTranspose 9 1-the MatMatSolveTranspose 19 0-the MatMatSolveTranspose 20 1-the MatMatSolveTranspose
|
| /petsc/src/mat/tests/ |
| H A D | ex268.c | 92 PetscCall(MatMatSolveTranspose(F, B, X)); in main() 93 PetscCall(MatMatSolveTranspose(Fd, B, Xd)); in main()
|
| H A D | ex267.c | 98 PetscCall(MatMatSolveTranspose(F, RHS, X)); in TestMatrix()
|
| H A D | ex125.c | 454 PetscCall(MatMatSolveTranspose(F, RHS1, X)); in main() 469 PetscCall(MatMatSolveTranspose(F, spRHS, X)); in main()
|
| /petsc/src/ksp/pc/impls/factor/lu/ |
| H A D | lu.c | 215 PetscCall(MatMatSolveTranspose(pc->pmat, X, Y)); in PCMatApplyTranspose_LU() 217 PetscCall(MatMatSolveTranspose(((PC_Factor *)dir)->fact, X, Y)); in PCMatApplyTranspose_LU()
|
| /petsc/src/ksp/pc/impls/factor/cholesky/ |
| H A D | cholesky.c | 247 PetscCall(MatMatSolveTranspose(pc->pmat, X, Y)); in PCMatApplyTranspose_Cholesky() 249 PetscCall(MatMatSolveTranspose(((PC_Factor *)dir)->fact, X, Y)); in PCMatApplyTranspose_Cholesky()
|
| /petsc/src/ksp/pc/impls/mat/ |
| H A D | pcmat.c | 76 PetscCall(MatMatSolveTranspose(pc->pmat, X, Y)); in PCMatApply_Mat()
|
| /petsc/src/mat/impls/transpose/ |
| H A D | htransm.c | 282 PetscCall(MatMatSolveTranspose(A, W, X)); in MatMatSolve_HT_LU() 339 PetscCall(MatMatSolveTranspose(A, W, X)); in MatMatSolve_HT_Cholesky()
|
| H A D | transm.c | 69 PetscCall(MatMatSolveTranspose(A, B, X)); in MatMatSolve_Transpose_LU() 145 PetscCall(MatMatSolveTranspose(A, B, X)); in MatMatSolve_Transpose_Cholesky()
|
| /petsc/src/ksp/pc/impls/factor/ilu/ |
| H A D | ilu.c | 224 PetscCall(MatMatSolveTranspose(((PC_Factor *)ilu)->fact, X, Y)); in PCMatApplyTranspose_ILU()
|
| /petsc/doc/changes/ |
| H A D | 38.md | 74 - Added MatMatSolveTranspose to solve transposed linear systems for
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 260 MatMatSolveTranspose(Mat A,Mat B,Mat X);
|