Home
last modified time | relevance | path

Searched refs:MAT_CUSPARSE_ELL (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu1285 …} else if (cusparsestruct->format == MAT_CUSPARSE_ELL || cusparsestruct->format == MAT_CUSPARSE_HY… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1317 …cusparseHybPartition_t partition = cusparsestruct->format == MAT_CUSPARSE_ELL ? CUSPARSE_HYB_PARTI… in MatSeqAIJCUSPARSEFormExplicitTranspose()
2511 …} else if (cusparsestruct->format == MAT_CUSPARSE_ELL || cusparsestruct->format == MAT_CUSPARSE_HY… in MatSeqAIJCUSPARSECopyToGPU()
2530 …cusparseHybPartition_t partition = cusparsestruct->format == MAT_CUSPARSE_ELL ? CUSPARSE_HYB_PARTI… in MatSeqAIJCUSPARSECopyToGPU()
4231 if (format == MAT_CUSPARSE_ELL || format == MAT_CUSPARSE_HYB) { in MatSeqAIJCUSPARSEMultStruct_Destroy()
4494 …PetscCheck(cusp->format != MAT_CUSPARSE_ELL && cusp->format != MAT_CUSPARSE_HYB, PETSC_COMM_SELF, … in MatSeqAIJCUSPARSEGetIJ()
4565 …PetscCheck(cusp->format != MAT_CUSPARSE_ELL && cusp->format != MAT_CUSPARSE_HYB, PETSC_COMM_SELF, … in MatSeqAIJCUSPARSEGetArrayRead()
4624 …PetscCheck(cusp->format != MAT_CUSPARSE_ELL && cusp->format != MAT_CUSPARSE_HYB, PETSC_COMM_SELF, … in MatSeqAIJCUSPARSEGetArray()
4687 …PetscCheck(cusp->format != MAT_CUSPARSE_ELL && cusp->format != MAT_CUSPARSE_HYB, PETSC_COMM_SELF, … in MatSeqAIJCUSPARSEGetArrayWrite()
4756 …PetscCheck(Acusp->format != MAT_CUSPARSE_ELL && Acusp->format != MAT_CUSPARSE_HYB, PETSC_COMM_SELF… in MatSeqAIJCUSPARSEMergeMats()
[all …]
/petsc/include/
H A Dpetscmat.h2520 MAT_CUSPARSE_ELL, enumerator