added some caching

This commit is contained in:
James Hensman 2014-02-27 09:16:36 +00:00
parent a6d3fda234
commit 283b0745aa
2 changed files with 11 additions and 10 deletions

View file

@ -113,6 +113,7 @@ class RBF(Stationary):
# Precomputations #
#---------------------------------------#
#TODO: this function is unused, but it will be useful in the stationary class
def _dL_dlengthscales_via_K(self, dL_dK, X, X2):
"""
A helper function for update_gradients_* methods