owlas / magpy

C++ accelerated python module for simulating magnetic nanostructures

Home Page:https://magpy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mulitvariate newton-raphson

owlas opened this issue · comments

The Newton-Raphson implementation is currently implemented for scalar only but takes multiple arguments.

The multi-variate case operates on the Jacobian. Needs fixing.