bertini.system.start_system

Start systems

class bertini.system.start_system.TotalDegreeBinomial((object)arg1, (bertini._pybertini.system.System)arg2)

Bases: AbstractStartSystem

__init__((object)arg1, (bertini._pybertini.system.System)arg2) None
random_value((TotalDegreeBinomial)self, (int)index) complex :

Get the k-th random value, in double precision

random_value( (TotalDegreeBinomial)self, (int)index) -> bertini._pybertini.multiprec.complex_mp :

Get the k-th random value, in current multiple precision

random_values((TotalDegreeBinomial)self) bertini._pybertini.container.ListOfComplex :

Get (a reference to) the random values for the start system, as Nodes

class bertini.system.start_system.TotalDegreeLinearProduct((object)arg1, (bertini._pybertini.system.System)arg2)

Bases: AbstractStartSystem

__init__((object)arg1, (bertini._pybertini.system.System)arg2) None