I would like to solve a system of equations as a set of matrices and vectors, e.g., Ax = b, using LU Decomposition for complex doubles. I have installed CUDA 11.5 on my Linux system.
Does CUDA have a library with this capability already defined in it? And if so, is there a good reference example where this is used for cuDoubleComplex types?