Searched refs:VecMTDotBegin (Results 1 – 7 of 7) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 231.md | 18 VecMTDotBegin(), VecMTDotEnd() to confirm with PETSc prototype
|
| /petsc/src/ksp/ksp/impls/fcg/pipefcg/ |
| H A D | pipefcg.c | 98 …n, y, a) (pipefcg->type == KSP_CG_HERMITIAN ? VecMDotBegin(x, n, y, a) : VecMTDotBegin(x, n, y, a)) in KSPSolve_PIPEFCG_cycle()
|
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 688 PetscErrorCode VecMTDotBegin(Vec x, PetscInt nv, const Vec y[], PetscScalar result[]) in VecMTDotBegin() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 118 PetscErrorCode VecMTDotBegin(PetscVec, PetscInt, PetscVec[], PetscScalar*)
|
| H A D | Vec.pyx | 2043 mtDot, mtDotEnd, petsc.VecMTDotBegin 2057 CHKERR(VecMTDotBegin(self.vec, nv, v, val))
|
| /petsc/include/ |
| H A D | petscvec.h | 543 PETSC_EXTERN PetscErrorCode VecMTDotBegin(Vec, PetscInt, const Vec[], PetscScalar[]);
|
| /petsc/doc/manual/ |
| H A D | vec.md | 747 `VecMTDotBegin()`, `VecMTDotEnd()`.
|