hankel_cholesky_test, a C code which calls hankel_cholesky(), which computes the upper Cholesky factor of a symmetric positive definite (SPD) Hankel matrix H, that is, H = R' * R.
The information on this web page is distributed under the MIT license.
hankel_cholesky, a C code which computes the upper Cholesky factor R of a nonnegative definite symmetric Hankel matrix H so that H = R' * R.