Searched refs:MatSeqSELLSetPreallocation_SeqSELL (Results 1 – 2 of 2) sorted by relevance
199 PETSC_INTERN PetscErrorCode MatSeqSELLSetPreallocation_SeqSELL(Mat, PetscInt, const PetscInt[]);
87 PetscErrorCode MatSeqSELLSetPreallocation_SeqSELL(Mat B, PetscInt maxallocrow, const PetscInt rlen[… in MatSeqSELLSetPreallocation_SeqSELL() function2181 …mposeFunction((PetscObject)B, "MatSeqSELLSetPreallocation_C", MatSeqSELLSetPreallocation_SeqSELL)); in MatCreate_SeqSELL()2392 PetscCall(MatSeqSELLSetPreallocation_SeqSELL(*A, rlenmax, rlen)); in MatCreateSeqSELL()