Function ndarray::linalg::subst_fw [] [src]

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

: linalg is not in good shape.

Solve L x = b where L is a lower triangular matrix.