Searched refs:MDot_ (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm.hpp | 53 …static PetscErrorCode MDot_(/* use complex = */ std::true_type, Vec, PetscInt, const Vec[], PetscS… 54 …static PetscErrorCode MDot_(/* use complex = */ std::false_type, Vec, PetscInt, const Vec[], Petsc…
|
| H A D | vecseqcupm_impl.hpp | 1180 inline PetscErrorCode VecSeq_CUPM<T>::MDot_(std::false_type, Vec xin, PetscInt nv, const Vec yin[],… in MDot_() function in Petsc::vec::cupm::impl::VecSeq_CUPM 1266 inline PetscErrorCode VecSeq_CUPM<T>::MDot_(std::true_type, Vec xin, PetscInt nv, const Vec yin[], … in MDot_() function in Petsc::vec::cupm::impl::VecSeq_CUPM 1313 …PetscCall(MDot_(std::integral_constant<bool, PetscDefined(USE_COMPLEX)>{}, xin, nv, yin, z, dctx)); in MDot()
|