Lines Matching refs:rpermIndices
593 if (!row_identity && !cusparseTriFactors->rpermIndices) { in MatSeqAIJCUSPARSEILUAnalysisAndCopyToGPU()
597 cusparseTriFactors->rpermIndices = new THRUSTINTARRAY(n); in MatSeqAIJCUSPARSEILUAnalysisAndCopyToGPU()
598 cusparseTriFactors->rpermIndices->assign(r, r + n); in MatSeqAIJCUSPARSEILUAnalysisAndCopyToGPU()
733 if (fs->rpermIndices) { in MatSolve_SeqAIJCUSPARSE_Cholesky()
734 …make_permutation_iterator(bGPU, fs->rpermIndices->begin()), thrust::make_permutation_iterator(bGPU… in MatSolve_SeqAIJCUSPARSE_Cholesky()
1001 cusparseTriFactors->rpermIndices = new THRUSTINTARRAY(n); in MatSeqAIJCUSPARSEICCAnalysisAndCopyToGPU()
1002 cusparseTriFactors->rpermIndices->assign(rip, rip + n); in MatSeqAIJCUSPARSEICCAnalysisAndCopyToGPU()
1430 if (fs->rpermIndices) { in MatSolve_SeqAIJCUSPARSE_LU()
1431 …make_permutation_iterator(bGPU, fs->rpermIndices->begin()), thrust::make_permutation_iterator(bGPU… in MatSolve_SeqAIJCUSPARSE_LU()
1501 if (fs->rpermIndices) { in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1502 …make_permutation_iterator(bGPU, fs->rpermIndices->begin()), thrust::make_permutation_iterator(bGPU… in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1562 …bGPU, cusparseTriFactors->rpermIndices->begin()), thrust::make_permutation_iterator(bGPU + n, cusp… in MatSolveTranspose_SeqAIJCUSPARSE()
1644 …r(bGPU, cusparseTriFactors->rpermIndices->begin()), thrust::make_permutation_iterator(bGPU, cuspar… in MatSolve_SeqAIJCUSPARSE()
4285 delete fs->rpermIndices; in MatSeqAIJCUSPARSETriFactors_Reset()
4287 fs->rpermIndices = NULL; in MatSeqAIJCUSPARSETriFactors_Reset()