Revision 291ae6c7dbfcbded27c604f136982a5067d14b8e authored by thevincentadam on 20 January 2020, 12:17:20 UTC, committed by thevincentadam on 20 January 2020, 12:17:20 UTC
1 parent 5dc31b8
Raw File
__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