Searched defs:CSR (Results 1 – 2 of 2) sorted by relevance
832 cdef inline PetscErrorCode Mat_AllocAIJ_CSR(PetscMat A, object CSR) except PETSC_ERR_PYTHON:883 cdef inline PetscErrorCode Mat_AllocAIJ(PetscMat A, object NNZ, object CSR) except PETSC_ERR_PYTHON:
318 Mat conn, CSR; in DMPlexCreatePartitionerGraph_ViaMat() local