JuliaHomotopyContinuation / HomotopyContinuation.jl

A Julia package for solving systems of polynomials via homotopy continuation.
https://www.JuliaHomotopyContinuation.org
MIT License
186 stars 30 forks source link

Support for multiprojective homotopies #130

Closed saschatimme closed 5 years ago

saschatimme commented 6 years ago

We currently only support simple projective space. But multiprojective problems arise quite often in applications, so we should support this. This would need an change of the AffinePatches interfaces, ProjectiveVectors as well as the end game.

saschatimme commented 5 years ago

190