pub struct Orgqr<T> { /* private fields */ }Expand description
Typed operation that forms explicit QR factors.
Implementations§
Source§impl<T> Orgqr<T>where
T: OrgqrScalar,
impl<T> Orgqr<T>where
T: OrgqrScalar,
Sourcepub const fn new(rows: usize, cols: usize, reflectors: usize) -> Self
pub const fn new(rows: usize, cols: usize, reflectors: usize) -> Self
Creates a typed ORGQR/UNGQR 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 Orgqr<T>
impl<T: Eq> Eq for Orgqr<T>
impl<T: PartialEq> StructuralPartialEq for Orgqr<T>
Auto Trait Implementations§
impl<T> Freeze for Orgqr<T>
impl<T> RefUnwindSafe for Orgqr<T>where
T: RefUnwindSafe,
impl<T> Send for Orgqr<T>where
T: Send,
impl<T> Sync for Orgqr<T>where
T: Sync,
impl<T> Unpin for Orgqr<T>where
T: Unpin,
impl<T> UnsafeUnpin for Orgqr<T>
impl<T> UnwindSafe for Orgqr<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