[kern] added doc string

This commit is contained in:
mzwiessele 2016-03-08 14:59:53 +00:00
parent 51af6a236a
commit fede805526

View file

@ -99,6 +99,9 @@ class Stationary(Kern):
@Cache_this(limit=3, ignore_args=())
def dK_dr_via_X(self, X, X2):
"""
compute the derivative of K wrt X going through X
"""
#a convenience function, so we can cache dK_dr
return self.dK_dr(self._scaled_dist(X, X2))