Solve AX = B with cuSolver library (Cuda 7)

Can I use the new cuSolver library (Cuda 7) to solve linear systems of the form AX = B where A ,X and B are NxN dense matrices ?

related:

[url]gpu - Solving dense linear systems AX = B with CUDA - Stack Overflow