Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h321 cusparseCsr2CscAlg_t csr2cscAlg; /* algorithms can be selected from command line options */ member
H A Daijcusparse.cu191 …ARSECsr2CscAlgorithms, (PetscEnum)cusparsestruct->csr2cscAlg, (PetscEnum *)&cusparsestruct->csr2cs… in MatSetFromOptions_SeqAIJCUSPARSE()
1365 …sparse_scalartype, CUSPARSE_ACTION_NUMERIC, indexBase, cusparsestruct->csr2cscAlg, &csr2cscBufferS… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1380 …usparse_scalartype, CUSPARSE_ACTION_NUMERIC, indexBase, cusparsestruct->csr2cscAlg, csr2cscBuffer); in MatSeqAIJCUSPARSEFormExplicitTranspose()
4102 spptr->csr2cscAlg = CUSPARSE_CSR2CSC_ALG1; in MatConvert_SeqAIJ_SeqAIJCUSPARSE()