Example #1
0
 public Vector DifferentialEquations(Vector state, double input, double t)
 {
     return(StateSpace.DifferentialEquations(state, input, t));
 }