Home
last modified time | relevance | path

Searched refs:MatProductSetFromOptions_SeqAIJ_SeqDense (Results 1 – 7 of 7) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqviennacl/
H A Daijviennacl.cxx23 PETSC_INTERN PetscErrorCode MatProductSetFromOptions_SeqAIJ_SeqDense(Mat);
466 …, "MatProductSetFromOptions_seqaijviennacl_seqdense_C", MatProductSetFromOptions_SeqAIJ_SeqDense)); in MatConvert_SeqAIJ_SeqAIJViennaCL()
/petsc/src/mat/impls/dense/seq/
H A Ddense.h52 PETSC_INTERN PetscErrorCode MatProductSetFromOptions_SeqAIJ_SeqDense(Mat);
H A Ddense.c3599 …Object)B, "MatProductSetFromOptions_seqaij_seqdense_C", MatProductSetFromOptions_SeqAIJ_SeqDense)); in MatCreate_SeqDense()
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp932 …tProductSetFromOptions_seqaij_seqdensecupm_C(), nullptr, MatProductSetFromOptions_SeqAIJ_SeqDense); in Convert_Dispatch_()
/petsc/src/mat/impls/aij/seq/
H A Dmatmatmult.c1672 PETSC_INTERN PetscErrorCode MatProductSetFromOptions_SeqAIJ_SeqDense(Mat C) in MatProductSetFromOptions_SeqAIJ_SeqDense() function
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx66 PETSC_INTERN PetscErrorCode MatProductSetFromOptions_SeqAIJ_SeqDense(Mat);
2951 if (product->A->boundtocpu) PetscCall(MatProductSetFromOptions_SeqAIJ_SeqDense(mat)); in MatProductSetFromOptions_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu3393 PETSC_INTERN PetscErrorCode MatProductSetFromOptions_SeqAIJ_SeqDense(Mat);
3481 PetscCall(MatProductSetFromOptions_SeqAIJ_SeqDense(mat)); in MatProductSetFromOptions_SeqAIJCUSPARSE()