Home
last modified time | relevance | path

Searched defs:MatType (Results 1 – 10 of 10) sorted by relevance

/petsc/src/mat/impls/sell/mpi/mpihip/
H A Dmpisellhip.hip.cxx53 PETSC_INTERN PetscErrorCode MatConvert_MPISELL_MPISELLHIP(Mat B, MatType, MatReuse reuse, Mat *newm… in MatConvert_MPISELL_MPISELLHIP() argument
/petsc/src/mat/impls/sell/mpi/mpicuda/
H A Dmpisellcuda.cu53 PETSC_INTERN PetscErrorCode MatConvert_MPISELL_MPISELLCUDA(Mat B, MatType, MatReuse reuse, Mat *new… in MatConvert_MPISELL_MPISELLCUDA() argument
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx835 static PetscErrorCode MatConvert_Elemental_Dense(Mat A, MatType, MatReuse reuse, Mat *B) in MatConvert_Elemental_Dense() argument
910 PETSC_INTERN PetscErrorCode MatConvert_SeqAIJ_Elemental(Mat A, MatType, MatReuse reuse, Mat *newmat) in MatConvert_SeqAIJ_Elemental() argument
944 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_Elemental(Mat A, MatType, MatReuse reuse, Mat *newmat) in MatConvert_MPIAIJ_Elemental() argument
980 PETSC_INTERN PetscErrorCode MatConvert_SeqSBAIJ_Elemental(Mat A, MatType, MatReuse reuse, Mat *newm… in MatConvert_SeqSBAIJ_Elemental() argument
1022 PETSC_INTERN PetscErrorCode MatConvert_MPISBAIJ_Elemental(Mat A, MatType, MatReuse reuse, Mat *newm… in MatConvert_MPISBAIJ_Elemental() argument
/petsc/src/mat/impls/dense/mpi/cupm/
H A Dmatmpidensecupm.hpp131 inline PetscErrorCode MatDense_MPI_CUPM<T>::Convert_Dispatch_(Mat M, MatType, MatReuse reuse, Mat *… in Convert_Dispatch_() argument
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu455 PETSC_INTERN PetscErrorCode MatConvert_MPIAIJ_MPIAIJCUSPARSE(Mat B, MatType, MatReuse reuse, Mat *n… in MatConvert_MPIAIJ_MPIAIJCUSPARSE() argument
/petsc/src/mat/impls/htool/
H A Dhtool.cxx783 static PetscErrorCode MatConvert_Htool_Dense(Mat A, MatType, MatReuse reuse, Mat *B) in MatConvert_Htool_Dense() argument
/petsc/include/
H A Dpetscmat.h36 typedef const char *MatType; typedef
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4072 PETSC_INTERN PetscErrorCode MatConvert_SeqAIJ_SeqAIJCUSPARSE(Mat A, MatType, MatReuse reuse, Mat *n… in MatConvert_SeqAIJ_SeqAIJCUSPARSE() argument
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx3 class MatType(object): class
/petsc/src/mat/impls/aij/seq/
H A Daij.c5409 PetscErrorCode MatSeqAIJRegister(const char sname[], PetscErrorCode (*function)(Mat, MatType, MatRe… in MatSeqAIJRegister() argument