https://github.com/GPflow/GPflow
Raw File
Tip revision: 37db81f85896ff812533c6d4885feaaed7fff47d authored by ST John on 29 January 2020, 19:09:29 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/reorder_covariances
Tip revision: 37db81f
__init__.py
from .expectations import expectation, quadrature_expectation

from . import (cross_kernels, linears, mean_functions, misc, products,
               quadratures, squared_exponentials, sums)

__all__ = ['expectation', 'quadrature_expectation']
back to top