JuliaHomotopyContinuation / HomotopyContinuation.jl

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

vector functions for IA #506

Closed PBrdng closed 2 years ago

PBrdng commented 2 years ago

I had some issues with the basic functions for IComplex types when applying them to tuples of type Vector{IComplex}. This is why I added the basic functions also for type Vector{IComplex}. (I can reproduce the error only for a really complicated example (should I put it here?).)