Refactor inverses.py
into least_squares.py
to make it more general
#700
Labels
inverses.py
into least_squares.py
to make it more general
#700
What's the new feature?
Currently$AX =B$ or $Ax = b$ as the currently implemented methods are just subsets of this where we have set $B = I$ .
inverses.py
has functionality to approximate inverses of matrices, it would probably make more sense to expand this functionality to more generally solve least square problems of the formWhat value does this add?
Expand functionality and should be faster.
Is there an alternative you've considered?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: