pub enum EigJob {
ValuesOnly,
ValuesAndVectors,
}Expand description
Controls what to compute in the eigendecomposition.
Variants§
Trait Implementations§
impl Copy for EigJob
impl Eq for EigJob
impl StructuralPartialEq for EigJob
Auto Trait Implementations§
impl Freeze for EigJob
impl RefUnwindSafe for EigJob
impl Send for EigJob
impl Sync for EigJob
impl Unpin for EigJob
impl UnsafeUnpin for EigJob
impl UnwindSafe for EigJob
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