Searched defs:Shift (Results 1 – 4 of 4) sorted by relevance
4084 struct Shift { struct4087 Shift(int shift) : _shift(shift) { } in Shift() argument4088 __host__ __device__ inline int operator()(const int &c) { return c + _shift; } in operator ()()
436 inline PetscErrorCode MatDense_CUPM<T, D>::Shift(Mat A, PetscScalar alpha) noexcept in Shift() function
4730 struct Shift { struct4733 Shift(int shift) : _shift(shift) { } in Shift() function4734 __host__ __device__ inline int operator()(const int &c) { return c + _shift; } in operator ()()
2205 inline PetscErrorCode VecSeq_CUPM<T>::Shift(Vec v, PetscScalar shift) noexcept in Shift() function in Petsc::vec::cupm::impl::VecSeq_CUPM