stateData# Object that is to be used by an integrator. It’s basically an interface with only one method: the \(F\) function describing a dynamic model \(\dot X = F(X,t)\). class StateData# state data class Public Members Eigen::MatrixXd state# [-] State value storage Eigen::MatrixXd stateDeriv# [-] State derivative value storage