🚦 pybertini.system.start_system¢

quick nav links:

NotesΒΆ

Auto-generated docsΒΆ

Start systems

class pybertini.system.start_system.AbstractStartSystemΒΆ

Bases: _pybertini.system.System

Raises an exception This class cannot be instantiated from Python

num_start_points((AbstractStartSystem)arg1) → int :ΒΆ

Get the number of start points that would be required by the system. Non-negative, unsigned

start_point_d((AbstractStartSystem)arg1, (int)arg2) → VectorXd :ΒΆ

Get the k-th start point in double precision

start_point_mp((AbstractStartSystem)arg1, (int)arg2) → VectorXmp :ΒΆ

Get the k-th start point in current multiple precision

class pybertini.system.start_system.TotalDegree((object)arg1, (System)arg2) → NoneΒΆ

Bases: _pybertini.system.start_system.AbstractStartSystem

random_value((TotalDegree)arg1, (int)arg2) → complex :ΒΆ

Get the k-th random value, in double precision

random_value( (TotalDegree)arg1, (int)arg2) -> Complex :
Get the k-th random value, in current multiple precision
random_values((TotalDegree)arg1) → Rational :ΒΆ

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