added sympykern as a 'kernpart' object.

now we can add sympykerns to any other kern
This commit is contained in:
James Hensman 2012-11-30 17:32:32 +00:00
parent 46754db658
commit fb21a3589b
5 changed files with 302 additions and 1 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
from constructors import rbf, Matern32, Matern52, exponential, linear, white, bias, finite_dimensional, rbf_ARD, spline, Brownian, linear_ARD, rbf_sympy
from kern import kern