Module compute::linalg::substitution[][src]

Expand description

Forward and backward substitution.

Functions

Solve a matrix equation of the form Ux=b, where U is an upper triangular matrix. See the Wikipedia page.

Solve a matrix equation of the form Lx=b, where L is a lower triangular matrix. See the Wikipedia page.