Searched defs:rbegin (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex79.c | 57 PetscInt rbegin, rend, rsize = m / 2; in main() local
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 609 static PetscErrorCode MatNestGetBlock_Private(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegi… in MatNestGetBlock_Private() 667 PetscInt rbegin, rend, cbegin, cend; in MatNestFindSubMat() local
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 1833 inline PetscErrorCode MatDense_Seq_CUPM<T>::GetSubMatrix(Mat A, PetscInt rbegin, PetscInt rend, Pet… in GetSubMatrix()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 3503 PetscErrorCode MatDenseGetSubMatrix_SeqDense(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin… in MatDenseGetSubMatrix_SeqDense() 3882 PetscErrorCode MatDenseGetSubMatrix(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin, PetscIn… in MatDenseGetSubMatrix()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 1622 static PetscErrorCode MatDenseGetSubMatrix_MPIDense(Mat A, PetscInt rbegin, PetscInt rend, PetscInt… in MatDenseGetSubMatrix_MPIDense()
|