neurots.morphmath.bifurcation

Definition of bifurcation functionality.

Functions

bio_oriented(direction, angles)

Input: init_phi, init_theta, dphi, dtheta.

directional(direction, angles)

Input: init_phi, init_theta, dphi, dtheta.

random([random_generator])

Get 3-d coordinates of a new random point.

symmetric(direction, angles)

Get 3-d coordinates for two new directions at a selected angle.

neurots.morphmath.bifurcation.bio_oriented(direction, angles)

Input: init_phi, init_theta, dphi, dtheta.

neurots.morphmath.bifurcation.directional(direction, angles)

Input: init_phi, init_theta, dphi, dtheta.

neurots.morphmath.bifurcation.random(random_generator=numpy.random)

Get 3-d coordinates of a new random point.

The distance between the produced point and (0,0,0) is given by the value D.

neurots.morphmath.bifurcation.symmetric(direction, angles)

Get 3-d coordinates for two new directions at a selected angle.