Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sell/seq/
H A Dsell.c78 PetscErrorCode MatSeqSELLSetPreallocation(Mat B, PetscInt rlenmax, const PetscInt rlen[]) in MatSeqSELLSetPreallocation()
92 PetscInt rlenmax = 0; in MatSeqSELLSetPreallocation_SeqSELL() local
2386 PetscErrorCode MatCreateSeqSELL(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt rlenmax, const Pets… in MatCreateSeqSELL()