pub struct EigOwned<T: Scalar> {
pub eigs: Vec<T::Complex>,
pub vr: Option<Vec<T::Complex>>,
pub vl: Option<Vec<T::Complex>>,
}
Expand description
Owned result of eigenvalue problem by EigWork::eval
Fields§
§eigs: Vec<T::Complex>
Eigenvalues
vr: Option<Vec<T::Complex>>
Right eigenvectors
vl: Option<Vec<T::Complex>>
Left eigenvectors
Trait Implementations§
impl<T: Scalar> StructuralPartialEq for EigOwned<T>
Auto Trait Implementations§
impl<T> Freeze for EigOwned<T>
impl<T> RefUnwindSafe for EigOwned<T>where
<T as Scalar>::Complex: RefUnwindSafe,
impl<T> Send for EigOwned<T>where
<T as Scalar>::Complex: Send,
impl<T> Sync for EigOwned<T>where
<T as Scalar>::Complex: Sync,
impl<T> Unpin for EigOwned<T>where
<T as Scalar>::Complex: Unpin,
impl<T> UnwindSafe for EigOwned<T>where
<T as Scalar>::Complex: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)