Home
last modified time | relevance | path

Searched refs:csrmatH (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
205 csrmatH = KokkosCsrMatrix(); in DestroyMatTranspose()
H A Daijkok.kokkos.cxx348 static PetscErrorCode MatSeqAIJKokkosGenerateHermitian_Private(Mat A, KokkosCsrMatrix *csrmatH) in MatSeqAIJKokkosGenerateHermitian_Private() argument
353 KokkosCsrMatrix &T = akok->csrmatH; in MatSeqAIJKokkosGenerateHermitian_Private()
362 *csrmatH = akok->csrmat; in MatSeqAIJKokkosGenerateHermitian_Private()
380 *csrmatH = akok->csrmatH; in MatSeqAIJKokkosGenerateHermitian_Private()