Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu946 PETSC_INTERN PetscErrorCode MatConvert_SeqSELL_SeqSELLCUDA(Mat);
951 PetscCall(MatConvert_SeqSELL_SeqSELLCUDA(*B)); in MatDuplicate_SeqSELLCUDA()
955 PETSC_INTERN PetscErrorCode MatConvert_SeqSELL_SeqSELLCUDA(Mat B) in MatConvert_SeqSELL_SeqSELLCUDA() function
1003 PetscCall(MatConvert_SeqSELL_SeqSELLCUDA(B)); in MatCreate_SeqSELLCUDA()
/petsc/src/mat/impls/sell/seq/
H A Dsell.c2136 PETSC_EXTERN PetscErrorCode MatConvert_SeqSELL_SeqSELLCUDA(Mat);
2184 …mposeFunction((PetscObject)B, "MatConvert_seqsell_seqsellcuda_C", MatConvert_SeqSELL_SeqSELLCUDA)); in MatCreate_SeqSELL()