LCSL / GURLS

GURLS: a Least Squares Library for Supervised Learning
http://lcsl.mit.edu/#/downloads/gurls
63 stars 37 forks source link

Origin/recursive cholesky #15

Closed raffaello-camoriano closed 10 years ago

raffaello-camoriano commented 10 years ago

This pull request introduces a recursive RLS wrapper implementing the update of the Cholesky decomposition of the covariance matrix in gurls++. Utility functions have been added to the cholupdateutils.h file and to blas_lapack.h. The functionalities have been tested in a inverse dynamics nonparametric estimation application for robotics, showing results comparable to the state of the art.