[−][src]Struct ndarray_linalg::krylov::householder::Householder
Iterative orthogonalizer using Householder reflection
Methods
impl<A: Scalar + Lapack> Householder<A>
[src][−]
pub fn new(dim: usize, tol: A::Real) -> Self
[src][−]
Create a new orthogonalizer
pub fn forward_reflection<S>(&self, a: &mut ArrayBase<S, Ix1>) where
S: DataMut<Elem = A>,
[src][−]
S: DataMut<Elem = A>,
Take forward reflection P = P_l ... P_1
pub fn backward_reflection<S>(&self, a: &mut ArrayBase<S, Ix1>) where
S: DataMut<Elem = A>,
[src][−]
S: DataMut<Elem = A>,
Take backward reflection P = P_1 ... P_l
Trait Implementations
impl<A: Clone + Scalar> Clone for Householder<A> where
A::Real: Clone,
[src][+]
A::Real: Clone,
impl<A: Debug + Scalar> Debug for Householder<A> where
A::Real: Debug,
[src][+]
A::Real: Debug,
impl<A: Scalar + Lapack> Orthogonalizer for Householder<A>
[src][+]
Auto Trait Implementations
impl<A> RefUnwindSafe for Householder<A> where
A: RefUnwindSafe,
<A as Scalar>::Real: RefUnwindSafe,
A: RefUnwindSafe,
<A as Scalar>::Real: RefUnwindSafe,
impl<A> Send for Householder<A> where
A: Send,
<A as Scalar>::Real: Send,
A: Send,
<A as Scalar>::Real: Send,
impl<A> Sync for Householder<A> where
A: Sync,
<A as Scalar>::Real: Sync,
A: Sync,
<A as Scalar>::Real: Sync,
impl<A> Unpin for Householder<A> where
<A as Scalar>::Real: Unpin,
<A as Scalar>::Real: Unpin,
impl<A> UnwindSafe for Householder<A> where
A: RefUnwindSafe,
<A as Scalar>::Real: UnwindSafe,
A: RefUnwindSafe,
<A as Scalar>::Real: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,