Lines Matching refs:dnVecDescr_Y

259       PetscCallCUSPARSE(cusparseCreateDnVec(&fs->dnVecDescr_Y, m, fs->Y, cusparse_scalartype));  in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
263 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
265 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
296 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
298 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
669 PetscCallCUSPARSE(cusparseCreateDnVec(&fs->dnVecDescr_Y, m, fs->Y, cusparse_scalartype)); in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
673 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
677 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
705 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
706 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
741 PetscCallCUSPARSE(cusparseDnVecSetValues(fs->dnVecDescr_Y, fs->Y)); in MatSolve_SeqAIJCUSPARSE_Cholesky()
742 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSolve_SeqAIJCUSPARSE_Cholesky()
758 …E_OPERATION_NON_TRANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_Y, fs->dnVecDescr… in MatSolve_SeqAIJCUSPARSE_Cholesky()
1438 PetscCallCUSPARSE(cusparseDnVecSetValues(fs->dnVecDescr_Y, fs->Y)); in MatSolve_SeqAIJCUSPARSE_LU()
1440 …dle, op, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSolve_SeqAIJCUSPARSE_LU()
1448 …SpSV_solve(fs->handle, op, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_Y, fs->dnVecDescr… in MatSolve_SeqAIJCUSPARSE_LU()
1479 …fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, alg, fs->spsvDescr_Lt, &fs->spsvBufferSiz… in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1482 …le, opA, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1489 …le, opA, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1491 …le, opA, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1509 PetscCallCUSPARSE(cusparseDnVecSetValues(fs->dnVecDescr_Y, fs->Y)); in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1510 …le, opA, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1518 …pSV_solve(fs->handle, opA, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_Y, fs->dnVecDescr… in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1740 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0()
1742 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0()
1849 PetscCallCUSPARSE(cusparseCreateDnVec(&fs->dnVecDescr_Y, m, fs->Y, cusparse_scalartype)); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1852 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1855 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0()
1929 PetscCallCUSPARSE(cusparseDnVecSetValues(fs->dnVecDescr_Y, fs->Y)); in MatSolve_SeqAIJCUSPARSE_ICC0()
1931 …fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, CUSPARSE_SPSV_ALG_DEFAULT, fs->spsvDescr_… in MatSolve_SeqAIJCUSPARSE_ICC0()
1936 …fs->dnVecDescr_Y, fs->dnVecDescr_X, cusparse_scalartype, CUSPARSE_SPSV_ALG_DEFAULT, fs->spsvDescr_… in MatSolve_SeqAIJCUSPARSE_ICC0()
1990 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0()
1995 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0()
2090 PetscCallCUSPARSE(cusparseCreateDnVec(&fs->dnVecDescr_Y, m, fs->Y, cusparse_scalartype)); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2093 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
2096 …ANSPOSE, &PETSC_CUSPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scala… in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
4312 PetscCallCUSPARSE(cusparseDestroyDnVec(fs->dnVecDescr_Y)); in MatSeqAIJCUSPARSETriFactors_Reset()