Home
last modified time | relevance | path

Searched defs:axpbypcz (Results 1 – 2 of 2) sorted by relevance

/dports/math/amgcl/amgcl-1.4.2/amgcl/backend/
H A Dinterface.hpp377 void axpbypcz(A a, Vector1 const &x, B b, Vector2 const &y, C c, Vector3 &z) { in axpbypcz() function
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dvecimpl.h39 …PetscErrorCode (*axpbypcz)(Vec,PetscScalar,PetscScalar,PetscScalar,Vec,Vec); /* z = alpha * x + … member