I need to solve Ax=B multiple times and cusparseSolveAnalysisInfo_t is taking huge time inside the loop.
What does cusparseSolveAnalysisInfo_t do in the solution of AX=B? According to the documentation I can create it once and use it for different sets of B. What if I want to use it for different sets of A with the same Sparse structure.