[−][src]Struct ndarray_linalg::solve::LUFactorized
Represents the LU factorization of a matrix A
as A = P*L*U
.
Fields
a: ArrayBase<S, Ix2>
The factors L
and U
; the unit diagonal elements of L
are not
stored.
ipiv: Pivot
The pivot indices that define the permutation matrix P
.
Trait Implementations
impl<A, S> Determinant<A> for LUFactorized<S> where
A: Scalar + Lapack,
S: Data<Elem = A>,
[src][+]
A: Scalar + Lapack,
S: Data<Elem = A>,
impl<A, S> DeterminantInto<A> for LUFactorized<S> where
A: Scalar + Lapack,
S: Data<Elem = A>,
[src][+]
A: Scalar + Lapack,
S: Data<Elem = A>,
impl<A, S> Inverse for LUFactorized<S> where
A: Scalar + Lapack,
S: Data<Elem = A>,
[src][+]
A: Scalar + Lapack,
S: Data<Elem = A>,
impl<A, S> InverseInto for LUFactorized<S> where
A: Scalar + Lapack,
S: DataMut<Elem = A>,
[src][+]
A: Scalar + Lapack,
S: DataMut<Elem = A>,
impl<A, S> ReciprocalConditionNum<A> for LUFactorized<S> where
A: Scalar + Lapack,
S: Data<Elem = A>,
[src][+]
A: Scalar + Lapack,
S: Data<Elem = A>,
impl<A, S> ReciprocalConditionNumInto<A> for LUFactorized<S> where
A: Scalar + Lapack,
S: Data<Elem = A>,
[src][+]
A: Scalar + Lapack,
S: Data<Elem = A>,
impl<A, S> Solve<A> for LUFactorized<S> where
A: Scalar + Lapack,
S: Data<Elem = A>,
[src][+]
A: Scalar + Lapack,
S: Data<Elem = A>,
Auto Trait Implementations
impl<S> RefUnwindSafe for LUFactorized<S> where
S: RefUnwindSafe,
<S as RawData>::Elem: RefUnwindSafe,
S: RefUnwindSafe,
<S as RawData>::Elem: RefUnwindSafe,
impl<S> Send for LUFactorized<S> where
S: Send,
S: Send,
impl<S> Sync for LUFactorized<S> where
S: Sync,
S: Sync,
impl<S> Unpin for LUFactorized<S> where
S: Unpin,
S: Unpin,
impl<S> UnwindSafe for LUFactorized<S> where
S: UnwindSafe,
<S as RawData>::Elem: RefUnwindSafe,
S: UnwindSafe,
<S as RawData>::Elem: RefUnwindSafe,
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, 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>,