pub struct CscLdl { /* private fields */ }Expand description
A sparse LDLᵀ factorization for symmetric matrices with a structurally full diagonal.
Computes PAPᵀ = LDLᵀ, with L stored as dense supernodal panels.
Implementations§
Auto Trait Implementations§
impl Freeze for CscLdl
impl RefUnwindSafe for CscLdl
impl Send for CscLdl
impl Sync for CscLdl
impl Unpin for CscLdl
impl UnsafeUnpin for CscLdl
impl UnwindSafe for CscLdl
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