jaxley.solver_gate.exponential_euler# exponential_euler(x, dt, x_inf, x_tau)[source]# An exact solver for the linear dynamical system dx = -(x - x_inf) / x_tau. Parameters: x (Array | ndarray | bool | number | bool | int | float | complex) dt (float) x_inf (Array | ndarray | bool | number | bool | int | float | complex) x_tau (Array | ndarray | bool | number | bool | int | float | complex)