pub enum EigType {
Type1,
Type2,
Type3,
}Expand description
Eigenproblem type as defined by cuSOLVER’s cusolverEigType_t:
1: A x = λ B x, 2: A B x = λ x, 3: B A x = λ x.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EigType
impl RefUnwindSafe for EigType
impl Send for EigType
impl Sync for EigType
impl Unpin for EigType
impl UnsafeUnpin for EigType
impl UnwindSafe for EigType
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