Function scirust::linalg::linear_system::ut_solve [] [src]

pub fn ut_solve(u: &MatrixF64, b: &MatrixF64) -> Result<MatrixF64, SRError>

Implements the back substitution algorithm for solving a upper triangular linear system. L X = B