๐ฆ 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