pub enum LinsysSolver {
Qdldl,
MklPardiso,
// some variants omitted
}
Expand description
The linear system solver for OSQP to use.
Variants§
Trait Implementations§
Source§impl Clone for LinsysSolver
impl Clone for LinsysSolver
Source§fn clone(&self) -> LinsysSolver
fn clone(&self) -> LinsysSolver
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LinsysSolver
impl Debug for LinsysSolver
Source§impl PartialEq for LinsysSolver
impl PartialEq for LinsysSolver
impl StructuralPartialEq for LinsysSolver
Auto Trait Implementations§
impl Freeze for LinsysSolver
impl RefUnwindSafe for LinsysSolver
impl Send for LinsysSolver
impl Sync for LinsysSolver
impl Unpin for LinsysSolver
impl UnwindSafe for LinsysSolver
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