split()# TransformerMulti.split(states)[source]# Split the joint state into the individual state variables. Parameters: states(n, …) ndarrayJoint state vector or snapshot matrix. Returns: state_variablelist of nq (nx, …) ndarraysIndividual state variables, extracted from states.