Home
last modified time | relevance | path

Searched refs:MatSeqSELLSetPreallocation_SeqSELL (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/sell/seq/
H A Dsell.h199 PETSC_INTERN PetscErrorCode MatSeqSELLSetPreallocation_SeqSELL(Mat, PetscInt, const PetscInt[]);
H A Dsell.c87 PetscErrorCode MatSeqSELLSetPreallocation_SeqSELL(Mat B, PetscInt maxallocrow, const PetscInt rlen[… in MatSeqSELLSetPreallocation_SeqSELL() function
2181 …mposeFunction((PetscObject)B, "MatSeqSELLSetPreallocation_C", MatSeqSELLSetPreallocation_SeqSELL)); in MatCreate_SeqSELL()
2392 PetscCall(MatSeqSELLSetPreallocation_SeqSELL(*A, rlenmax, rlen)); in MatCreateSeqSELL()