pub struct Orgbr<T> { /* private fields */ }Expand description
Typed operation that forms explicit bidiagonalization factors.
Implementations§
Source§impl<T> Orgbr<T>where
T: OrgbrScalar,
impl<T> Orgbr<T>where
T: OrgbrScalar,
Sourcepub const fn new(
side: SideMode,
rows: usize,
cols: usize,
reflectors: usize,
) -> Self
pub const fn new( side: SideMode, rows: usize, cols: usize, reflectors: usize, ) -> Self
Creates a typed ORGBR/UNGBR operation.
Sourcepub const fn reflectors(&self) -> usize
pub const fn reflectors(&self) -> usize
Returns the number of elementary reflectors.
Trait Implementations§
impl<T: Copy> Copy for Orgbr<T>
impl<T: Eq> Eq for Orgbr<T>
impl<T: PartialEq> StructuralPartialEq for Orgbr<T>
Auto Trait Implementations§
impl<T> Freeze for Orgbr<T>
impl<T> RefUnwindSafe for Orgbr<T>where
T: RefUnwindSafe,
impl<T> Send for Orgbr<T>where
T: Send,
impl<T> Sync for Orgbr<T>where
T: Sync,
impl<T> Unpin for Orgbr<T>where
T: Unpin,
impl<T> UnsafeUnpin for Orgbr<T>
impl<T> UnwindSafe for Orgbr<T>where
T: 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