pub enum WarpDirectKind {
Cholesky,
Lu,
}Expand description
Which scratch layout is needed. Both algorithms preserve the serial APIs.
Variants§
Trait Implementations§
Source§impl Clone for WarpDirectKind
impl Clone for WarpDirectKind
Source§fn clone(&self) -> WarpDirectKind
fn clone(&self) -> WarpDirectKind
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 WarpDirectKind
Source§impl Debug for WarpDirectKind
impl Debug for WarpDirectKind
impl Eq for WarpDirectKind
Source§impl PartialEq for WarpDirectKind
impl PartialEq for WarpDirectKind
impl StructuralPartialEq for WarpDirectKind
Auto Trait Implementations§
impl Freeze for WarpDirectKind
impl RefUnwindSafe for WarpDirectKind
impl Send for WarpDirectKind
impl Sync for WarpDirectKind
impl Unpin for WarpDirectKind
impl UnsafeUnpin for WarpDirectKind
impl UnwindSafe for WarpDirectKind
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