Struct EigenMultiplicity
pub struct EigenMultiplicity { /* private fields */ }Expand description
Algebraic and geometric multiplicity for one eigenvalue.
Implementations§
§impl EigenMultiplicity
impl EigenMultiplicity
pub const fn new(algebraic: usize, geometric: usize) -> EigenMultiplicity
pub const fn new(algebraic: usize, geometric: usize) -> EigenMultiplicity
Creates a new multiplicity pair.
Trait Implementations§
§impl Clone for EigenMultiplicity
impl Clone for EigenMultiplicity
§fn clone(&self) -> EigenMultiplicity
fn clone(&self) -> EigenMultiplicity
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 more§impl Debug for EigenMultiplicity
impl Debug for EigenMultiplicity
§impl PartialEq for EigenMultiplicity
impl PartialEq for EigenMultiplicity
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