๐Ÿšฆ bertini.system.start_system๏ƒ

Notes๏ƒ

Auto-generated docs๏ƒ

Start systems

class bertini.system.start_system.AbstractStartSystem๏ƒ

Raises an exception This class cannot be instantiated from Python

__init__()๏ƒ

Raises an exception This class cannot be instantiated from Python

num_start_points((AbstractStartSystem)self) int :๏ƒ

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

start_point_d((AbstractStartSystem)self, (int)index) numpy.ndarray :๏ƒ

Get the k-th start point in double precision

start_point_mp((AbstractStartSystem)self, (int)index) numpy.ndarray :๏ƒ

Get the k-th start point in current multiple precision

class bertini.system.start_system.TotalDegree((object)arg1, (bertini._pybertini.system.System)arg2)๏ƒ
__init__((object)arg1, (bertini._pybertini.system.System)arg2) None๏ƒ
random_value((TotalDegree)self, (int)index) complex :๏ƒ

Get the k-th random value, in double precision

random_value( (TotalDegree)self, (int)index) -> bertini._pybertini.multiprec.Complex :

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

random_values((TotalDegree)self) bertini._pybertini.container.ListOfRational :๏ƒ

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