Home
last modified time | relevance | path

Searched refs:MatSetUp_SeqDense (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/dense/seq/
H A Ddense.h96 PETSC_INTERN PetscErrorCode MatSetUp_SeqDense(Mat);
H A Ddense.c2643 PetscErrorCode MatSetUp_SeqDense(Mat A) in MatSetUp_SeqDense() function
3100 /* 29*/ MatSetUp_SeqDense,
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp1128 MatSetOp_CUPM(to_host, A, setup, MatSetUp_SeqDense, SetUp); in BindToCPU()