pub struct AlmostSureStability {
pub paths: Vec<Vec<f64>>,
}Expand description
Almost-sure stability: checks ||x_t|| → 0 along sample paths.
Fields§
§paths: Vec<Vec<f64>>Sample paths: each inner Vec is a trajectory of ||x_t||.
Implementations§
Trait Implementations§
Source§impl Clone for AlmostSureStability
impl Clone for AlmostSureStability
Source§fn clone(&self) -> AlmostSureStability
fn clone(&self) -> AlmostSureStability
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AlmostSureStability
impl RefUnwindSafe for AlmostSureStability
impl Send for AlmostSureStability
impl Sync for AlmostSureStability
impl Unpin for AlmostSureStability
impl UnsafeUnpin for AlmostSureStability
impl UnwindSafe for AlmostSureStability
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