Struct distributed_control::integrator::EulerIntegration
source · pub struct EulerIntegration;Expand description
Implement Euler integration, i.e., $\int_{t_0}^{t_f} \dot{x} = x_0 + (t_f - t_0) f(t_0, x_0, u(t_0, x_0))$
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EulerIntegration
impl Send for EulerIntegration
impl Sync for EulerIntegration
impl Unpin for EulerIntegration
impl UnwindSafe for EulerIntegration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more