added a constructor for a generic sympy kernel

This commit is contained in:
James Hensman 2012-12-18 15:45:52 +00:00
parent 304947d6cd
commit e29dc1c9dd
3 changed files with 8 additions and 2 deletions

View file

@ -2,5 +2,5 @@
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from constructors import rbf, Matern32, Matern52, exponential, linear, white, bias, finite_dimensional, rbf_ARD, spline, Brownian, linear_ARD, rbf_sympy
from constructors import rbf, Matern32, Matern52, exponential, linear, white, bias, finite_dimensional, rbf_ARD, spline, Brownian, linear_ARD, rbf_sympy, sympykern
from kern import kern