Home
last modified time | relevance | path

Searched refs:VecMTDotEnd (Results 1 – 7 of 7) sorted by relevance

/petsc/doc/changes/
H A D231.md18 VecMTDotBegin(), VecMTDotEnd() to confirm with PETSc prototype
/petsc/src/ksp/ksp/impls/fcg/pipefcg/
H A Dpipefcg.c99 …, n, y, a) (pipefcg->type == KSP_CG_HERMITIAN ? VecMDotEnd(x, n, y, a) : VecMTDotEnd(x, n, y, a)) in KSPSolve_PIPEFCG_cycle()
/petsc/src/vec/vec/utils/
H A Dcomb.c734 PetscErrorCode VecMTDotEnd(Vec x, PetscInt nv, const Vec y[], PetscScalar result[]) in VecMTDotEnd() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi119 PetscErrorCode VecMTDotEnd(PetscVec, PetscInt, PetscVec[], PetscScalar*)
H A DVec.pyx2073 mtDot, mtDotBegin, petsc.VecMTDotEnd
2087 CHKERR(VecMTDotEnd(self.vec, nv, v, val))
/petsc/include/
H A Dpetscvec.h544 PETSC_EXTERN PetscErrorCode VecMTDotEnd(Vec, PetscInt, const Vec[], PetscScalar[]);
/petsc/doc/manual/
H A Dvec.md747 `VecMTDotBegin()`, `VecMTDotEnd()`.