Searched refs:VecMTDot (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex43.c | 38 PetscCall(VecMTDot(t, i, V, tval_mdot)); in main()
|
| /petsc/doc/changes/ |
| H A D | 2016.md | 121 VecDestroyVecs(), VecMAXPY(), VecMDot(), and VecMTDot().
|
| H A D | 321.md | 70 - Add `-vec_mdot_use_gemv` to let `VecMDot()`, `VecMTDot()` use BLAS2 `gemv()` instead of custom un…
|
| /petsc/src/ksp/ksp/impls/fcg/ |
| H A D | fcg.c | 86 #define VecXMDot(a, b, c, d) (fcg->type == KSP_CG_HERMITIAN ? VecMDot(a, b, c, d) : VecMTDot(a, b, … in KSPSolve_FCG()
|
| /petsc/src/ksp/ksp/impls/fcg/pipefcg/ |
| H A D | pipefcg.c | 97 …t(x, n, y, a) (pipefcg->type == KSP_CG_HERMITIAN ? VecMDot(x, n, y, a) : VecMTDot(x, n, y, a)) in KSPSolve_PIPEFCG_cycle()
|
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 698 PetscCall(VecMTDot(x, nv, y, result)); in VecMTDotBegin()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 117 PetscErrorCode VecMTDot(PetscVec, PetscInt, PetscVec[], PetscScalar*)
|
| H A D | Vec.pyx | 2010 tDot, mDot, mtDotBegin, mtDotEnd, petsc.VecMTDot 2026 CHKERR(VecMTDot(self.vec, nv, v, val))
|
| /petsc/include/ |
| H A D | petscvec.h | 157 PETSC_EXTERN PetscErrorCode VecMTDot(Vec, PetscInt, const Vec[], PetscScalar[]);
|
| /petsc/src/vec/vec/interface/ |
| H A D | rvector.c | 1221 PetscErrorCode VecMTDot(Vec x, PetscInt nv, const Vec y[], PetscScalar val[]) in VecMTDot() function
|
| /petsc/doc/manual/ |
| H A D | vec.md | 687 …| ``VecMTDot(Vec x, PetscInt n, Vec y[], PetscScalar *r);`` | :math:`r[i] = x^T*y[i]` …
|