Lines Matching refs:alg
722 const cusparseSpSVAlg_t alg = CUSPARSE_SPSV_ALG_DEFAULT; in MatSolve_SeqAIJCUSPARSE_Cholesky() local
742 …fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Ut)); in MatSolve_SeqAIJCUSPARSE_Cholesky()
758 … fs->spMatDescr_U, fs->dnVecDescr_Y, fs->dnVecDescr_X, cusparse_scalartype, alg, fs->spsvDescr_U)); in MatSolve_SeqAIJCUSPARSE_Cholesky()
1419 const cusparseSpSVAlg_t alg = CUSPARSE_SPSV_ALG_DEFAULT; in MatSolve_SeqAIJCUSPARSE_LU() local
1440 … fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_L)); in MatSolve_SeqAIJCUSPARSE_LU()
1448 … fs->spMatDescr_U, fs->dnVecDescr_Y, fs->dnVecDescr_X, cusparse_scalartype, alg, fs->spsvDescr_U)); in MatSolve_SeqAIJCUSPARSE_LU()
1471 const cusparseSpSVAlg_t alg = CUSPARSE_SPSV_ALG_DEFAULT; in MatSolveTranspose_SeqAIJCUSPARSE_LU() local
1479 …fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Lt, &fs->spsvBufferSiz… in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1482 …fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Ut, … in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1489 …fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Lt, … in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1491 …fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Ut, … in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1510 …fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Ut)); in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1518 …fs->spMatDescr_L, fs->dnVecDescr_Y, fs->dnVecDescr_X, cusparse_scalartype, alg, fs->spsvDescr_Lt)); in MatSolveTranspose_SeqAIJCUSPARSE_LU()