Function ndarray::linalg::subst_bw
[−]
[src]
pub fn subst_bw<A: Copy + Field>(u: &Mat<A>, b: &Col<A>) -> Col<A>
Solve U x = b where U is an upper triangular matrix.
pub fn subst_bw<A: Copy + Field>(u: &Mat<A>, b: &Col<A>) -> Col<A>
Solve U x = b where U is an upper triangular matrix.