Home
last modified time | relevance | path

Searched defs:MatStructure (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx486 static PetscErrorCode MatAXPY_Elemental(Mat Y, PetscScalar a, Mat X, MatStructure) in MatAXPY_Elemental() argument
497 static PetscErrorCode MatCopy_Elemental(Mat A, Mat B, MatStructure) in MatCopy_Elemental() argument
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c3005 …calmats)(Mat, Mat *, Mat *), PetscErrorCode (*setseqmat)(Mat, IS, IS, MatStructure, Mat), PetscErr… in MatCreateSubMatricesMPI_MPIXAIJ() argument
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp1556 inline PetscErrorCode MatDense_Seq_CUPM<T>::AXPY(Mat Y, PetscScalar alpha, Mat X, MatStructure) noe… in AXPY() argument
/petsc/include/
H A Dpetscmat.h408 } MatStructure; typedef
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx163 class MatStructure(object): class