aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/mathutil.py
Commit message (Collapse)AuthorAgeFilesLines
* mathutil: Move coordinate_descent() to new fileKevin O'Connor2018-03-041-0/+40
Add a new python file (mathutil.py) and move the coordinate_descent() code to it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>