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.
The information on this web page is distributed under the MIT license.
cyclic_reduction, a C++ code which solves a tridiagonal linear system using cyclic reduction.