Struct linfa_linalg::lobpcg::Lobpcg
source · pub struct Lobpcg<A> {
pub eigvals: Array1<A>,
pub eigvecs: Array2<A>,
pub rnorm: Vec<A>,
}
Fields§
§eigvals: Array1<A>
§eigvecs: Array2<A>
§rnorm: Vec<A>
Auto Trait Implementations§
impl<A> Freeze for Lobpcg<A>
impl<A> RefUnwindSafe for Lobpcg<A>where
A: RefUnwindSafe,
impl<A> Send for Lobpcg<A>where
A: Send,
impl<A> Sync for Lobpcg<A>where
A: Sync,
impl<A> Unpin for Lobpcg<A>where
A: Unpin,
impl<A> UnwindSafe for Lobpcg<A>where
A: RefUnwindSafe + 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