Open
Description
Vikas, according to the documentation, https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.cho_solve.html, the first argument of cho_solve
is a tuple, while #391 implements it with a single matrix. I overlooked the issue at the time, but I think I would like to have scipy
-compatibility. Do you want to look into this, or should I?