pub struct EigenOptions {
pub tolerance: Tolerance,
pub symmetry_tolerance: Tolerance,
pub max_sweeps: usize,
}Fields§
§tolerance: Tolerance§symmetry_tolerance: Tolerance§max_sweeps: usizeTrait Implementations§
Source§impl Clone for EigenOptions
impl Clone for EigenOptions
Source§fn clone(&self) -> EigenOptions
fn clone(&self) -> EigenOptions
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 moreimpl Copy for EigenOptions
Source§impl Debug for EigenOptions
impl Debug for EigenOptions
Auto Trait Implementations§
impl Freeze for EigenOptions
impl RefUnwindSafe for EigenOptions
impl Send for EigenOptions
impl Sync for EigenOptions
impl Unpin for EigenOptions
impl UnsafeUnpin for EigenOptions
impl UnwindSafe for EigenOptions
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