bertiniteam / b2

Bertini 2.0: The redevelopment of Bertini in C++.
92 stars 34 forks source link

Implement optional Chord-type method for Refine #90

Open jbcolli2 opened 7 years ago

jbcolli2 commented 7 years ago

When refining an approximation, we can offer an option of implementing a Chord-type method instead of Newton's method for the refinement. This would involve not updating the Jacobian matrix, or updating less frequently for each refine. This would reduce evaluations and LU decompositions.