cyclic_reduction_test


cyclic_reduction_test, a C code which calls cyclic_reduction() to apply the cyclic reduction method to solve a tridiagonal system of linear equations A*x=b.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

cyclic_reduction, a C code which solves a tridiagonal linear system using cyclic reduction.

Source Code:


Last revised on 17 June 2019.