Home
last modified time | relevance | path

Searched refs:MatSolveTranspose (Results 1 – 25 of 42) sorted by relevance

12

/petsc/src/mat/tests/output/
H A Dex125_nsize-2_saddle_point_superlu_dist.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125_mumps_par.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125_superlu.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125_mkl_pardiso.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125_nsize-2_saddle_point_mumps_lu.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125_superlu_dist_complex_2.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125_mumps_par_cholesky.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125_nsize-2_saddle_point_mumps_cholesky.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125_nsize-1_saddle_point_superlu_dist.out10 0-the MatSolveTranspose
11 1-the MatSolveTranspose
19 0-the MatSolveTranspose
20 1-the MatSolveTranspose
H A Dex125_superlu_dist.out11 0-the MatSolveTranspose
12 1-the MatSolveTranspose
21 0-the MatSolveTranspose
22 1-the MatSolveTranspose
H A Dex125_nsize-1_saddle_point_mumps_cholesky.out12 0-the MatSolveTranspose
13 1-the MatSolveTranspose
23 0-the MatSolveTranspose
24 1-the MatSolveTranspose
H A Dex125_mumps_seq.out12 0-the MatSolveTranspose
13 1-the MatSolveTranspose
23 0-the MatSolveTranspose
24 1-the MatSolveTranspose
H A Dex125_nsize-1_saddle_point_mumps_lu.out12 0-the MatSolveTranspose
13 1-the MatSolveTranspose
23 0-the MatSolveTranspose
24 1-the MatSolveTranspose
/petsc/src/ksp/pc/impls/mat/
H A Dpcmat.c34 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 Dex268.c109 PetscCall(MatSolveTranspose(F, b, x)); in main()
110 PetscCall(MatSolveTranspose(Fd, b, xd)); in main()
H A Dex17.c69 PetscCall(MatSolveTranspose(A, b, x)); in main()
H A Dex48.c219 PetscCall(MatSolveTranspose(B, xx, s2)); in main()
220 PetscCall(MatSolveTranspose(A, xx, s1)); in main()
H A Dex215.c142 PetscCall(MatSolveTranspose(F, b, x)); in main()
H A Dex267.c52 PetscCall(MatSolveTranspose(F, b, x)); in TestMatrix()
/petsc/src/ksp/pc/impls/mat/tests/output/
H A Dex1_0.out39 PCApply() == MatSolveTranspose()
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c202 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 Dcholesky.c234 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 Dqr.c124 PetscCall(MatSolveTranspose(fact, x, y)); in PCApplyTranspose_QR()
/petsc/doc/changes/
H A D231.md28 - Added MatSolveTranspose() for superlu

12