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

pub fn lt_solve(l: &MatrixF64, b: &MatrixF64) -> Result<MatrixF64, SRError>

Implements the forward substitution algorithm for solving a lower triangular linear system. L X = B