[FEATURE REQUEST]scipy-compatibility of cho_solve #405
Labels
enhancement
New feature or request
scipy compatibility
a function's behaviour doesn't conform to `scipy`
@vikas-udupa
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 havescipy
-compatibility. Do you want to look into this, or should I?The text was updated successfully, but these errors were encountered: