예제 #1
0
def eqom_gk_ekf(x,t,u):
	return cp_dynamics.eqom_det_Gk(x,t)
예제 #2
0
def process_influence(x, t, u=None):
    return cp_dynamics.eqom_det_Gk(x, t)