hankel_cholesky_test, a MATLAB program which calls hankel_cholesky() to compute the upper Cholesky factor of a positive definite (symmetric) Hankel matrix H, that is, H = R' * R.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
hankel_cholesky, a MATLAB library which computes the upper Cholesky factor R of a nonnegative definite symmetric Hankel matrix H so that H = R' * R.