Searched refs:sortedfull (Results 1 – 4 of 4) sorted by relevance
1471 if (!A->sortedfull) {1667 hypre_AuxParCSRMatrixNeedAux(aux_matrix) = !A->sortedfull;
484 PetscBool sortedfull; /* full, sorted rows are inserted */ member
4787 if (B->sortedfull) B->ops->setvalues = MatSetValues_SeqAIJ_SortedFull; in MatCreate_SeqAIJ()
6151 mat->sortedfull = flg; in MatSetOption()