pub struct CscLu { /* private fields */ }Expand description
A sparse LU factorization, PAQ = LU, with L stored as dense supernodal panels.
Implementations§
Auto Trait Implementations§
impl Freeze for CscLu
impl RefUnwindSafe for CscLu
impl Send for CscLu
impl Sync for CscLu
impl Unpin for CscLu
impl UnsafeUnpin for CscLu
impl UnwindSafe for CscLu
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