Home
last modified time | relevance | path

Searched refs:VecTDotEnd (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/impls/fcg/pipefcg/
H A Dpipefcg.c96 …otEnd(x, y, a) (pipefcg->type == KSP_CG_HERMITIAN ? VecDotEnd(x, y, a) : VecTDotEnd(x, y, a)) in KSPSolve_PIPEFCG_cycle()
/petsc/src/vec/vec/utils/
H A Dcomb.c462 PetscErrorCode VecTDotEnd(Vec x, Vec y, PetscScalar *result) in VecTDotEnd() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi113 PetscErrorCode VecTDotEnd(PetscVec, PetscVec, PetscScalar*)
H A DVec.pyx1895 tDotBegin, tDot, petsc.VecTDotEnd
1899 CHKERR(VecTDotEnd(self.vec, vec.vec, &sval))
/petsc/include/
H A Dpetscvec.h536 PETSC_EXTERN PetscErrorCode VecTDotEnd(Vec, Vec, PetscScalar *);
/petsc/doc/manual/
H A Dvec.md746 are additional routines `VecTDotBegin()` and `VecTDotEnd()`,