Home
last modified time | relevance | path

Searched refs:MatMatSolveTranspose (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/mat/tests/output/
H A Dex125_nsize-2_saddle_point_mumps_lu.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125_nsize-2_saddle_point_mumps_cholesky.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125_superlu_dist_complex_2.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125_superlu.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125_nsize-2_saddle_point_superlu_dist.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125_nsize-1_saddle_point_superlu_dist.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125_mumps_par_cholesky.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125_mkl_pardiso.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125_mumps_par.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125.out6 0-the MatMatSolveTranspose
7 1-the MatMatSolveTranspose
15 0-the MatMatSolveTranspose
16 1-the MatMatSolveTranspose
H A Dex125_superlu_dist.out7 0-the MatMatSolveTranspose
8 1-the MatMatSolveTranspose
17 0-the MatMatSolveTranspose
18 1-the MatMatSolveTranspose
H A Dex125_nsize-1_saddle_point_mumps_lu.out8 0-the MatMatSolveTranspose
9 1-the MatMatSolveTranspose
19 0-the MatMatSolveTranspose
20 1-the MatMatSolveTranspose
H A Dex125_nsize-1_saddle_point_mumps_cholesky.out8 0-the MatMatSolveTranspose
9 1-the MatMatSolveTranspose
19 0-the MatMatSolveTranspose
20 1-the MatMatSolveTranspose
H A Dex125_mumps_seq.out8 0-the MatMatSolveTranspose
9 1-the MatMatSolveTranspose
19 0-the MatMatSolveTranspose
20 1-the MatMatSolveTranspose
/petsc/src/mat/tests/
H A Dex268.c92 PetscCall(MatMatSolveTranspose(F, B, X)); in main()
93 PetscCall(MatMatSolveTranspose(Fd, B, Xd)); in main()
H A Dex267.c98 PetscCall(MatMatSolveTranspose(F, RHS, X)); in TestMatrix()
H A Dex125.c454 PetscCall(MatMatSolveTranspose(F, RHS1, X)); in main()
469 PetscCall(MatMatSolveTranspose(F, spRHS, X)); in main()
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c215 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 Dcholesky.c247 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 Dpcmat.c76 PetscCall(MatMatSolveTranspose(pc->pmat, X, Y)); in PCMatApply_Mat()
/petsc/src/mat/impls/transpose/
H A Dhtransm.c282 PetscCall(MatMatSolveTranspose(A, W, X)); in MatMatSolve_HT_LU()
339 PetscCall(MatMatSolveTranspose(A, W, X)); in MatMatSolve_HT_Cholesky()
H A Dtransm.c69 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 Dilu.c224 PetscCall(MatMatSolveTranspose(((PC_Factor *)ilu)->fact, X, Y)); in PCMatApplyTranspose_ILU()
/petsc/doc/changes/
H A D38.md74 - Added MatMatSolveTranspose to solve transposed linear systems for
/petsc/doc/manual/
H A Dadvanced.md260 MatMatSolveTranspose(Mat A,Mat B,Mat X);

12