dynamo.vf.BaseVectorField

class dynamo.vf.BaseVectorField(X=None, V=None, Grid=None, *args, **kwargs)[source]
__init__(X=None, V=None, Grid=None, *args, **kwargs)[source]

Methods

__init__([X, V, Grid])

assign_fixed_points([domain, cores])

assign each cell to the associated fixed points

construct_graph([X])

find_fixed_points([n_x0, X0, domain, ...])

Search for fixed points of the vector field function.

from_adata(adata[, basis, vf_key])

get_V([idx])

get_X([idx])

get_data()

get_fixed_points(**kwargs)

Get fixed points of the vector field function.

integrate(init_states[, VecFld_true, dims, ...])