Searched defs:axpy (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | kernels.hpp | 61 class axpy { class 65 …PETSC_HOSTDEVICE_DECL constexpr explicit axpy(value_type v = value_type{}) noexcept : v_{std::move… in axpy() function in Petsc::device::cupm::functors::axpy
|
| /petsc/src/mat/impls/shell/ |
| H A D | shell.h | 42 Mat axpy; member
|
| H A D | shell.c | 490 Mat axpy; member 1580 …calar *vshift, PetscScalar *vscale, Vec *dshift, Vec *left, Vec *right, Mat *axpy, IS *zrows, IS *… in MatShellGetScalingShifts_Shell() 2011 …calar *vshift, PetscScalar *vscale, Vec *dshift, Vec *left, Vec *right, Mat *axpy, IS *zrows, IS *… in MatShellGetScalingShifts()
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 238 MatStructure axpy = DIFFERENT_NONZERO_PATTERN; in TSComputeIJacobianP() local
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 31 …PetscErrorCode (*axpy)(Vec, PetscScalar, Vec); /* y = y + alpha… member
|
| H A D | matimpl.h | 85 PetscErrorCode (*axpy)(Mat, PetscScalar, Mat, MatStructure); member
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Vec.pyx | 2474 def axpy(self, alpha: Scalar, Vec x) -> None: member in Vec
|
| H A D | Mat.pyx | 4285 def axpy(self, alpha: Scalar, Mat X, structure: Structure | None = None) -> None: member in Mat
|