pub struct PreHilbert;Expand description
Pre-Hilbert space: inner product defined but not necessarily complete.
Completion of a PreHilbert space yields a Hilbert space.
Trait Implementations§
Source§impl Clone for PreHilbert
impl Clone for PreHilbert
Source§fn clone(&self) -> PreHilbert
fn clone(&self) -> PreHilbert
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 moreSource§impl Debug for PreHilbert
impl Debug for PreHilbert
Source§impl Default for PreHilbert
impl Default for PreHilbert
Source§fn default() -> PreHilbert
fn default() -> PreHilbert
Returns the “default value” for a type. Read more
Source§impl Hash for PreHilbert
impl Hash for PreHilbert
Source§impl PartialEq for PreHilbert
impl PartialEq for PreHilbert
impl CompletenessProperty for PreHilbert
impl Copy for PreHilbert
impl Eq for PreHilbert
impl StructuralPartialEq for PreHilbert
Auto Trait Implementations§
impl Freeze for PreHilbert
impl RefUnwindSafe for PreHilbert
impl Send for PreHilbert
impl Sync for PreHilbert
impl Unpin for PreHilbert
impl UnwindSafe for PreHilbert
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