Searched refs:MatSeqAIJCUSPARSEGetArray (Results 1 – 4 of 4) sorted by relevance
201 PetscCall(MatSeqAIJCUSPARSEGetArray(A, &Aa)); /* read & write matrix values */ in MatSetValuesCOO_MPIAIJCUSPARSE()202 PetscCall(MatSeqAIJCUSPARSEGetArray(B, &Ba)); in MatSetValuesCOO_MPIAIJCUSPARSE()
125 - Add accessor routines for device data of `MATSEQAIJCUSPARSE` matrices: `MatSeqAIJCUSPARSEGetArray…
3907 PetscCall(MatSeqAIJCUSPARSEGetArray(Y, &ay)); in MatAXPY_SeqAIJCUSPARSE()3934 PetscCall(MatSeqAIJCUSPARSEGetArray(Y, &ay)); in MatAXPY_SeqAIJCUSPARSE()3958 PetscCall(MatSeqAIJCUSPARSEGetArray(Y, &ay)); in MatScale_SeqAIJCUSPARSE()4448 else PetscCall(MatSeqAIJCUSPARSEGetArray(A, &Aa)); in MatSetValuesCOO_SeqAIJCUSPARSE()4615 PetscErrorCode MatSeqAIJCUSPARSEGetArray(Mat A, PetscScalar **a) in MatSeqAIJCUSPARSEGetArray() function
2558 PETSC_EXTERN PetscErrorCode MatSeqAIJCUSPARSEGetArray(Mat, PetscScalar **);