Home
last modified time | relevance | path

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

/petsc/src/mat/impls/dense/seq/
H A Ddense.h73 PETSC_INTERN PetscErrorCode MatSeqDenseSetPreallocation_SeqDense(Mat, PetscScalar *);
H A Ddense.c3280 PetscErrorCode MatSeqDenseSetPreallocation_SeqDense(Mat B, PetscScalar *data) in MatSeqDenseSetPreallocation_SeqDense() function
3598 …seFunction((PetscObject)B, "MatSeqDenseSetPreallocation_C", MatSeqDenseSetPreallocation_SeqDense)); in MatCreate_SeqDense()