Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkoskernels.kokkos.cxx46 struct Functor_TestBatchedTeamVectorGMRES { struct
61Functor_TestBatchedTeamVectorGMRES(const ValuesViewType &D, const IntView &r, const IntView &c, co… in Functor_TestBatchedTeamVectorGMRES() argument
67Functor_TestBatchedTeamVectorGMRES(const ValuesViewType &D, const ValuesViewType &diag, const IntV… in Functor_TestBatchedTeamVectorGMRES() argument
73 KOKKOS_INLINE_FUNCTION void operator()(const MemberType &member) const in operator ()()
104 inline double run(PC pc) in run()