Searched refs:MatDenseGetArrayReadAndMemType (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/mat/tutorials/ |
| H A D | ex19.c | 38 PetscCall(MatDenseGetArrayReadAndMemType(A, &array, &A_memtype)); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex87.c | 162 PetscCall(MatDenseGetArrayReadAndMemType(pmat, &array, type + 1)); in main()
|
| /petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/ |
| H A D | blas_cyclic.c | 308 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 D | cd_utils.c | 158 PetscCall(MatDenseGetArrayReadAndMemType(Amat, &A, &memtype_r)); in MatUpperTriangularSolveInPlace()
|
| /petsc/doc/changes/ |
| H A D | 319.md | 171 …eGetArrayAndMemType()`, `MatDenseRestoreArrayAndMemType()`, `MatDenseGetArrayReadAndMemType()`, `M…
|
| /petsc/src/ksp/ksp/impls/hpddm/ |
| H A D | hpddm.cxx | 530 PetscCall(MatDenseGetArrayReadAndMemType(B, &b, type + 1)); in KSPMatSolve_HPDDM()
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.c | 2136 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 D | petscmat.pxi | 517 PetscErrorCode MatDenseGetArrayReadAndMemType(PetscMat, const PetscScalar*[], PetscMemType*)
|
| H A D | Mat.pyx | 6024 CHKERR(MatDenseGetArrayReadAndMemType(self.mat, <const PetscScalar**>&a, NULL))
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 2406 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 D | petscmat.h | 693 PETSC_EXTERN PetscErrorCode MatDenseGetArrayReadAndMemType(Mat, const PetscScalar *[], PetscMemT…
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 613 PetscCall(MatDenseGetArrayReadAndMemType(B, &b, &type)); in PCMatApply_HYPRE_BoomerAMG()
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 2276 PetscCall(MatDenseGetArrayReadAndMemType(B, &barray, nullptr)); in MatProductNumeric_SeqAIJHIPSPARSE_SeqDENSEHIP()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 2710 PetscCall(MatDenseGetArrayReadAndMemType(B, &barray, nullptr)); in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
|