pub struct Bounded;Expand description
Bounded operator: ||Tx|| ≤ M||x|| for some M and all x.
Bounded operators are exactly the continuous linear operators.
Trait Implementations§
impl BoundednessProperty for Bounded
impl Copy for Bounded
impl Eq for Bounded
impl StructuralPartialEq for Bounded
Auto Trait Implementations§
impl Freeze for Bounded
impl RefUnwindSafe for Bounded
impl Send for Bounded
impl Sync for Bounded
impl Unpin for Bounded
impl UnwindSafe for Bounded
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