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