pub struct SelfAdjoint;Expand description
Self-adjoint operator: T = T*.
Self-adjoint operators have real spectrum and orthogonal eigenvectors.
Trait Implementations§
Source§impl Clone for SelfAdjoint
impl Clone for SelfAdjoint
Source§fn clone(&self) -> SelfAdjoint
fn clone(&self) -> SelfAdjoint
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 SelfAdjoint
impl Debug for SelfAdjoint
Source§impl Default for SelfAdjoint
impl Default for SelfAdjoint
Source§fn default() -> SelfAdjoint
fn default() -> SelfAdjoint
Returns the “default value” for a type. Read more
Source§impl Hash for SelfAdjoint
impl Hash for SelfAdjoint
Source§impl PartialEq for SelfAdjoint
impl PartialEq for SelfAdjoint
impl Copy for SelfAdjoint
impl Eq for SelfAdjoint
impl StructuralPartialEq for SelfAdjoint
impl SymmetryProperty for SelfAdjoint
Auto Trait Implementations§
impl Freeze for SelfAdjoint
impl RefUnwindSafe for SelfAdjoint
impl Send for SelfAdjoint
impl Sync for SelfAdjoint
impl Unpin for SelfAdjoint
impl UnwindSafe for SelfAdjoint
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