Searched defs:MatStructure (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/impls/elemental/ |
| H A D | matelem.cxx | 486 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 D | mpiov.c | 3005 …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 D | matseqdensecupm.hpp | 1556 inline PetscErrorCode MatDense_Seq_CUPM<T>::AXPY(Mat Y, PetscScalar alpha, Mat X, MatStructure) noe… in AXPY() argument
|
| /petsc/include/ |
| H A D | petscmat.h | 408 } MatStructure; typedef
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 163 class MatStructure(object): class
|