Home
last modified time | relevance | path

Searched refs:unary (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi231 # unary operations
H A Dpetscmat.pxi588 # unary operations
H A DVec.pyx50 # unary operations
H A DMat.pyx378 # unary operations
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp231 inline PetscErrorCode VecSeq_CUPM<T>::PointwiseUnary_(UnaryFuncT &&unary, Vec xinout, Vec yin, Pets… in PointwiseUnary_() argument
249 std::forward<UnaryFuncT>(unary) in PointwiseUnary_()