Searched refs:MatSolveTransposeAdd (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex267.c | 70 PetscCall(MatSolveTransposeAdd(F, b, y, x)); in TestMatrix()
|
| H A D | ex129.c | 107 PetscCall(MatSolveTransposeAdd(F, b, y, x)); in main()
|
| /petsc/src/mat/impls/transpose/ |
| H A D | htransm.c | 267 PetscCall(MatSolveTransposeAdd(A, w, v, x)); in MatSolveAdd_HT_LU() 324 PetscCall(MatSolveTransposeAdd(A, w, v, x)); in MatSolveAdd_HT_Cholesky()
|
| H A D | transm.c | 39 PetscCall(MatSolveTransposeAdd(A, b, y, x)); in MatSolveAdd_Transpose_LU() 115 PetscCall(MatSolveTransposeAdd(A, b, y, x)); in MatSolveAdd_Transpose_Cholesky()
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 242 MatSolveTransposeAdd(Mat A, Vec x, Vec y, Vec w);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 492 PetscErrorCode MatSolveTransposeAdd(PetscMat, PetscVec, PetscVec, PetscVec)
|
| H A D | Mat.pyx | 5569 KSP.create, petsc.MatSolve, petsc.MatSolveTransposeAdd 5572 CHKERR(MatSolveTransposeAdd(self.mat, b.vec, y.vec, x.vec))
|
| H A D | libpetsc4py.pyx | 1152 CHKERR(MatSolveTransposeAdd(mat, b, y, x))
|
| /petsc/include/ |
| H A D | petscmat.h | 1570 PETSC_EXTERN PetscErrorCode MatSolveTransposeAdd(Mat, Vec, Vec, Vec);
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 4109 PetscErrorCode MatSolveTransposeAdd(Mat mat, Vec b, Vec y, Vec x) in MatSolveTransposeAdd() function
|