split()

split()#

TransformerMulti.split(states)[source]#

Split the joint state into the individual state variables.

Parameters:
states(n, …) ndarray

Joint state vector or snapshot matrix.

Returns:
state_variablelist of nq (nx, …) ndarrays

Individual state variables, extracted from states.