Function ndarray::linalg::subst_bw [] [src]

pub fn subst_bw<A: Copy + Field>(u: &Mat<A>, b: &Col<A>) -> Col<A>
Deprecated

: linalg is not in good shape.

Solve U x = b where U is an upper triangular matrix.