Home
last modified time | relevance | path

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

/petsc/src/mat/tutorials/
H A Dex19.c38 PetscCall(MatDenseGetArrayReadAndMemType(A, &array, &A_memtype)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex87.c162 PetscCall(MatDenseGetArrayReadAndMemType(pmat, &array, type + 1)); in main()
/petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/
H A Dblas_cyclic.c308 PetscCall(MatDenseGetArrayReadAndMemType(A, &A_, &A_memtype)); in MatSeqDenseTRSVCyclic()
394 PetscCall(MatDenseGetArrayReadAndMemType(A, &A_, &A_memtype)); in MatSeqDenseHEMVCyclic()
479 PetscCall(MatDenseGetArrayReadAndMemType(A, &A_, &A_memtype)); in MatSeqDenseGEMVCyclic()
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Dcd_utils.c158 PetscCall(MatDenseGetArrayReadAndMemType(Amat, &A, &memtype_r)); in MatUpperTriangularSolveInPlace()
/petsc/doc/changes/
H A D319.md171 …eGetArrayAndMemType()`, `MatDenseRestoreArrayAndMemType()`, `MatDenseGetArrayReadAndMemType()`, `M…
/petsc/src/ksp/ksp/impls/hpddm/
H A Dhpddm.cxx530 PetscCall(MatDenseGetArrayReadAndMemType(B, &b, type + 1)); in KSPMatSolve_HPDDM()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c2136 PetscCall(MatDenseGetArrayReadAndMemType(atb_local, &atb_array, &atb_memtype)); in MatTransposeMatMultNumeric_MPIDense_MPIDense()
2494 PetscCall(MatDenseGetArrayReadAndMemType(b_local, &b_array, &b_memtype)); in MatMatMultNumeric_MPIDense_MPIDense()
2711 PetscCall(MatDenseGetArrayReadAndMemType(X, &in, &mtype[0])); in MatDenseScatter_Private()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi517 PetscErrorCode MatDenseGetArrayReadAndMemType(PetscMat, const PetscScalar*[], PetscMemType*)
H A DMat.pyx6024 CHKERR(MatDenseGetArrayReadAndMemType(self.mat, <const PetscScalar**>&a, NULL))
/petsc/src/mat/impls/dense/seq/
H A Ddense.c2406 PetscErrorCode MatDenseGetArrayReadAndMemType(Mat A, const PetscScalar *array[], PetscMemType *mtyp… in MatDenseGetArrayReadAndMemType() function
2416 PetscCall(MatDenseGetArrayReadAndMemType(((Mat_MPIDense *)A->data)->A, array, mtype)); in MatDenseGetArrayReadAndMemType()
/petsc/include/
H A Dpetscmat.h693 PETSC_EXTERN PetscErrorCode MatDenseGetArrayReadAndMemType(Mat, const PetscScalar *[], PetscMemT…
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c613 PetscCall(MatDenseGetArrayReadAndMemType(B, &b, &type)); in PCMatApply_HYPRE_BoomerAMG()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx2276 PetscCall(MatDenseGetArrayReadAndMemType(B, &barray, nullptr)); in MatProductNumeric_SeqAIJHIPSPARSE_SeqDENSEHIP()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu2710 PetscCall(MatDenseGetArrayReadAndMemType(B, &barray, nullptr)); in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()