Home
last modified time | relevance | path

Searched refs:csrmatT (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp114 …KokkosCsrMatrix csrmatT, csrmatH; /* Transpose and Hermitian of the matrix… member
204 csrmatT = KokkosCsrMatrix(); /* Overwrite with empty matrices */ in DestroyMatTranspose()
H A Daijkok.kokkos.cxx310 …TSC_INTERN PetscErrorCode MatSeqAIJKokkosGenerateTranspose_Private(Mat A, KokkosCsrMatrix *csrmatT) in MatSeqAIJKokkosGenerateTranspose_Private() argument
315 KokkosCsrMatrix &T = akok->csrmatT; in MatSeqAIJKokkosGenerateTranspose_Private()
324 *csrmatT = akok->csrmat; in MatSeqAIJKokkosGenerateTranspose_Private()
342 *csrmatT = akok->csrmatT; in MatSeqAIJKokkosGenerateTranspose_Private()