Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c3430 static PetscErrorCode MatSetPreallocationCOO_IS(Mat A, PetscCount ncoo, PetscInt coo_i[], PetscInt … in MatSetPreallocationCOO_IS() function
3705 …PetscObjectComposeFunction((PetscObject)A, "MatSetPreallocationCOO_C", MatSetPreallocationCOO_IS)); in MatCreate_IS()