pub struct EigenMultiplicity { /* private fields */ }Expand description
Algebraic and geometric multiplicity for one eigenvalue.
Implementations§
Source§impl EigenMultiplicity
impl EigenMultiplicity
Sourcepub const fn new(algebraic: usize, geometric: usize) -> EigenMultiplicity
pub const fn new(algebraic: usize, geometric: usize) -> EigenMultiplicity
Creates a new multiplicity pair.
Trait Implementations§
Source§impl Clone for EigenMultiplicity
impl Clone for EigenMultiplicity
Source§fn clone(&self) -> EigenMultiplicity
fn clone(&self) -> EigenMultiplicity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EigenMultiplicity
impl Debug for EigenMultiplicity
Source§impl PartialEq for EigenMultiplicity
impl PartialEq for EigenMultiplicity
Source§fn eq(&self, other: &EigenMultiplicity) -> bool
fn eq(&self, other: &EigenMultiplicity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EigenMultiplicity
impl Eq for EigenMultiplicity
impl StructuralPartialEq for EigenMultiplicity
Auto Trait Implementations§
impl Freeze for EigenMultiplicity
impl RefUnwindSafe for EigenMultiplicity
impl Send for EigenMultiplicity
impl Sync for EigenMultiplicity
impl Unpin for EigenMultiplicity
impl UnsafeUnpin for EigenMultiplicity
impl UnwindSafe for EigenMultiplicity
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