Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp802 inline typename KHashTable<V, H, KE>::const_iterator KHashTable<V, H, KE>::cbegin() const noexcept in cbegin() function in Petsc::khash::KHashTable
/petsc/src/mat/impls/nest/
H A Dmatnest.c609 …rCode MatNestGetBlock_Private(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin, PetscInt cen… in MatNestGetBlock_Private()
667 PetscInt rbegin, rend, cbegin, cend; in MatNestFindSubMat() local
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp1833 …nse_Seq_CUPM<T>::GetSubMatrix(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin, PetscInt cen… in GetSubMatrix()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c3503 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 Dmpidense.c1622 …MatDenseGetSubMatrix_MPIDense(Mat A, PetscInt rbegin, PetscInt rend, PetscInt cbegin, PetscInt cen… in MatDenseGetSubMatrix_MPIDense()