pub struct SparseMatrixOrderingAMD { /* private fields */ }
Expand description
Builder for the SparseMatrixOrderingAMD
operation.
Implementations§
Trait Implementations§
Source§impl Debug for SparseMatrixOrderingAMD
impl Debug for SparseMatrixOrderingAMD
Source§impl Default for SparseMatrixOrderingAMD
impl Default for SparseMatrixOrderingAMD
Source§fn default() -> SparseMatrixOrderingAMD
fn default() -> SparseMatrixOrderingAMD
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SparseMatrixOrderingAMD
impl RefUnwindSafe for SparseMatrixOrderingAMD
impl Send for SparseMatrixOrderingAMD
impl Sync for SparseMatrixOrderingAMD
impl Unpin for SparseMatrixOrderingAMD
impl UnwindSafe for SparseMatrixOrderingAMD
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